changeset 31275:9667e45d6516

Fix typo in comment
author hyc
date Sun, 06 Jun 2010 21:36:49 +0000
parents 29e2e4805d83
children e04d1b972fc9
files subreader.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/subreader.c	Sun Jun 06 18:59:19 2010 +0000
+++ b/subreader.c	Sun Jun 06 21:36:49 2010 +0000
@@ -143,7 +143,7 @@
 	    }
 	    break;
 
-	case 1: /* find (optionnal) "<P", skip other TAGs */
+	case 1: /* find (optional) "<P", skip other TAGs */
 	    for  (; *s == ' ' || *s == '\t'; s++); /* strip blanks, if any */
 	    if (*s == '\0') break;
 	    if (*s != '<') { state = 3; p = text; continue; } /* not a TAG */