Fossil SCM
Fix typo in comment.
Commit
a3d8b27b45173f69c176690af181e831d77b1d60
Parent
29ef4f5d06f9a73…
1 file changed
+1
-1
+1
-1
| --- src/mkindex.c | ||
| +++ src/mkindex.c | ||
| @@ -39,11 +39,11 @@ | ||
| 39 | 39 | ** ones that show up with "fossil help". 2nd-tier are seldom-used and/or |
| 40 | 40 | ** legacy command. Test commands are unsupported commands used for testing |
| 41 | 41 | ** and analysis only. |
| 42 | 42 | ** |
| 43 | 43 | ** Commands are 1st-tier by default. If the command name begins with |
| 44 | -** "test-" or if the command name as a "test" argument, then it becomes | |
| 44 | +** "test-" or if the command name has a "test" argument, then it becomes | |
| 45 | 45 | ** a test command. If the command name has a "2nd-tier" argument or ends |
| 46 | 46 | ** with a "*" character, it is second tier. Examples: |
| 47 | 47 | ** |
| 48 | 48 | ** COMMAND: abcde* |
| 49 | 49 | ** COMMAND: fghij 2nd-tier |
| 50 | 50 |
| --- src/mkindex.c | |
| +++ src/mkindex.c | |
| @@ -39,11 +39,11 @@ | |
| 39 | ** ones that show up with "fossil help". 2nd-tier are seldom-used and/or |
| 40 | ** legacy command. Test commands are unsupported commands used for testing |
| 41 | ** and analysis only. |
| 42 | ** |
| 43 | ** Commands are 1st-tier by default. If the command name begins with |
| 44 | ** "test-" or if the command name as a "test" argument, then it becomes |
| 45 | ** a test command. If the command name has a "2nd-tier" argument or ends |
| 46 | ** with a "*" character, it is second tier. Examples: |
| 47 | ** |
| 48 | ** COMMAND: abcde* |
| 49 | ** COMMAND: fghij 2nd-tier |
| 50 |
| --- src/mkindex.c | |
| +++ src/mkindex.c | |
| @@ -39,11 +39,11 @@ | |
| 39 | ** ones that show up with "fossil help". 2nd-tier are seldom-used and/or |
| 40 | ** legacy command. Test commands are unsupported commands used for testing |
| 41 | ** and analysis only. |
| 42 | ** |
| 43 | ** Commands are 1st-tier by default. If the command name begins with |
| 44 | ** "test-" or if the command name has a "test" argument, then it becomes |
| 45 | ** a test command. If the command name has a "2nd-tier" argument or ends |
| 46 | ** with a "*" character, it is second tier. Examples: |
| 47 | ** |
| 48 | ** COMMAND: abcde* |
| 49 | ** COMMAND: fghij 2nd-tier |
| 50 |