Fix "disable this protocol by default".
[jlayton/wireshark.git] / pdml2html.xsl
index 746f1e0a055b4898b8c2f317d82d8f8b863e1ef7..996cf49d121cba99b61a3f664de1d629d0e5a04f 100644 (file)
@@ -64,7 +64,7 @@
 
   <!-- the frame contents are stored in a div, so we can toggle it -->
   <div width="100%" id="{$frame_c}" style="display:none">
-    <!-- loop trough all proto tags, but skip the "geninfo" one -->
+    <!-- loop through all proto tags, but skip the "geninfo" one -->
     <xsl:for-each select="proto[@name!='geninfo']">
 
       <xsl:variable name="proto" select="concat($frame_id,@name,count(preceding-sibling::proto)+1)"/>