Fossil SCM
Fix minor typo in comment
Commit
6a6dae151d21848ad5564c0be9a6b9dbf258adef
Parent
2f61357426caf3b…
1 file changed
+1
-1
+1
-1
| --- src/mkindex.c | ||
| +++ src/mkindex.c | ||
| @@ -202,11 +202,11 @@ | ||
| 202 | 202 | /* Otherwise, this is a first-tier command */ |
| 203 | 203 | aEntry[nUsed].eType |= CMDFLAG_1ST_TIER; |
| 204 | 204 | } |
| 205 | 205 | } |
| 206 | 206 | |
| 207 | - /* Processing additional flags that might following the command name */ | |
| 207 | + /* Process additional flags that might follow the command name */ | |
| 208 | 208 | while( zLine[i+j]!=0 ){ |
| 209 | 209 | i += j; |
| 210 | 210 | while( fossil_isspace(zLine[i]) ){ i++; } |
| 211 | 211 | if( zLine[i]==0 ) break; |
| 212 | 212 | for(j=0; zLine[i+j] && !fossil_isspace(zLine[i+j]); j++){} |
| 213 | 213 |
| --- src/mkindex.c | |
| +++ src/mkindex.c | |
| @@ -202,11 +202,11 @@ | |
| 202 | /* Otherwise, this is a first-tier command */ |
| 203 | aEntry[nUsed].eType |= CMDFLAG_1ST_TIER; |
| 204 | } |
| 205 | } |
| 206 | |
| 207 | /* Processing additional flags that might following the command name */ |
| 208 | while( zLine[i+j]!=0 ){ |
| 209 | i += j; |
| 210 | while( fossil_isspace(zLine[i]) ){ i++; } |
| 211 | if( zLine[i]==0 ) break; |
| 212 | for(j=0; zLine[i+j] && !fossil_isspace(zLine[i+j]); j++){} |
| 213 |
| --- src/mkindex.c | |
| +++ src/mkindex.c | |
| @@ -202,11 +202,11 @@ | |
| 202 | /* Otherwise, this is a first-tier command */ |
| 203 | aEntry[nUsed].eType |= CMDFLAG_1ST_TIER; |
| 204 | } |
| 205 | } |
| 206 | |
| 207 | /* Process additional flags that might follow the command name */ |
| 208 | while( zLine[i+j]!=0 ){ |
| 209 | i += j; |
| 210 | while( fossil_isspace(zLine[i]) ){ i++; } |
| 211 | if( zLine[i]==0 ) break; |
| 212 | for(j=0; zLine[i+j] && !fossil_isspace(zLine[i+j]); j++){} |
| 213 |