Fossil SCM
Squish multiple comment typos
Commit
8af686481ec7b1aebf346a2925f5b9185193133d85e65205368f885ccdd859e5
Parent
c64f28d26c7fd70…
1 file changed
+3
-3
+3
-3
| --- src/dispatch.c | ||
| +++ src/dispatch.c | ||
| @@ -59,11 +59,11 @@ | ||
| 59 | 59 | #define CMDFLAG_ABBREVSUBCMD 0x8000 /* Help text abbreviates subcommands */ |
| 60 | 60 | /**************************************************************************/ |
| 61 | 61 | |
| 62 | 62 | /* Values for the 2nd parameter to dispatch_name_search() */ |
| 63 | 63 | #define CMDFLAG_ANY 0x0038 /* Match anything */ |
| 64 | -#define CMDFLAG_PREFIX 0x0200 /* Prefix match is ok */ | |
| 64 | +#define CMDFLAG_PREFIX 0x0200 /* Prefix match is OK */ | |
| 65 | 65 | |
| 66 | 66 | #endif /* INTERFACE */ |
| 67 | 67 | |
| 68 | 68 | /* |
| 69 | 69 | ** The page_index.h file contains the definition for aCommand[] - an array |
| @@ -850,11 +850,11 @@ | ||
| 850 | 850 | ** or setting name. If CMD beings with "/" it is |
| 851 | 851 | ** interpreted as a PAGE name. |
| 852 | 852 | ** |
| 853 | 853 | ** name=www/PAGE Show help for web page PAGE. |
| 854 | 854 | ** |
| 855 | -** name=/PAGE The initial "www/" on web-page help can be abbreiated as | |
| 855 | +** name=/PAGE The initial "www/" on web-page help can be abbreviated as | |
| 856 | 856 | ** just "/" |
| 857 | 857 | ** |
| 858 | 858 | ** plaintext Show the help within <pre>...</pre>, as if it were |
| 859 | 859 | ** displayed using the "fossil help" command. |
| 860 | 860 | ** |
| @@ -875,11 +875,11 @@ | ||
| 875 | 875 | if( search_restrict(SRCH_HELP)!=0 ){ |
| 876 | 876 | style_submenu_element("Search","%R/search?y=h"); |
| 877 | 877 | } |
| 878 | 878 | if( strncmp(zCmd,"www/",4)==0 && zCmd[4]!=0 ){ |
| 879 | 879 | /* Use https://domain/fossil/help/www/timeline or similar with the "www" |
| 880 | - ** intermediate tag to view web-page documention. */ | |
| 880 | + ** intermediate tag to view web-page documentation. */ | |
| 881 | 881 | zCmd += 3; |
| 882 | 882 | } |
| 883 | 883 | rc = dispatch_name_search(zCmd, CMDFLAG_ANY|CMDFLAG_PREFIX, &pCmd); |
| 884 | 884 | if( pCmd ){ |
| 885 | 885 | style_header("Help: %s", pCmd->zName); |
| 886 | 886 |
| --- src/dispatch.c | |
| +++ src/dispatch.c | |
| @@ -59,11 +59,11 @@ | |
| 59 | #define CMDFLAG_ABBREVSUBCMD 0x8000 /* Help text abbreviates subcommands */ |
| 60 | /**************************************************************************/ |
| 61 | |
| 62 | /* Values for the 2nd parameter to dispatch_name_search() */ |
| 63 | #define CMDFLAG_ANY 0x0038 /* Match anything */ |
| 64 | #define CMDFLAG_PREFIX 0x0200 /* Prefix match is ok */ |
| 65 | |
| 66 | #endif /* INTERFACE */ |
| 67 | |
| 68 | /* |
| 69 | ** The page_index.h file contains the definition for aCommand[] - an array |
| @@ -850,11 +850,11 @@ | |
| 850 | ** or setting name. If CMD beings with "/" it is |
| 851 | ** interpreted as a PAGE name. |
| 852 | ** |
| 853 | ** name=www/PAGE Show help for web page PAGE. |
| 854 | ** |
| 855 | ** name=/PAGE The initial "www/" on web-page help can be abbreiated as |
| 856 | ** just "/" |
| 857 | ** |
| 858 | ** plaintext Show the help within <pre>...</pre>, as if it were |
| 859 | ** displayed using the "fossil help" command. |
| 860 | ** |
| @@ -875,11 +875,11 @@ | |
| 875 | if( search_restrict(SRCH_HELP)!=0 ){ |
| 876 | style_submenu_element("Search","%R/search?y=h"); |
| 877 | } |
| 878 | if( strncmp(zCmd,"www/",4)==0 && zCmd[4]!=0 ){ |
| 879 | /* Use https://domain/fossil/help/www/timeline or similar with the "www" |
| 880 | ** intermediate tag to view web-page documention. */ |
| 881 | zCmd += 3; |
| 882 | } |
| 883 | rc = dispatch_name_search(zCmd, CMDFLAG_ANY|CMDFLAG_PREFIX, &pCmd); |
| 884 | if( pCmd ){ |
| 885 | style_header("Help: %s", pCmd->zName); |
| 886 |
| --- src/dispatch.c | |
| +++ src/dispatch.c | |
| @@ -59,11 +59,11 @@ | |
| 59 | #define CMDFLAG_ABBREVSUBCMD 0x8000 /* Help text abbreviates subcommands */ |
| 60 | /**************************************************************************/ |
| 61 | |
| 62 | /* Values for the 2nd parameter to dispatch_name_search() */ |
| 63 | #define CMDFLAG_ANY 0x0038 /* Match anything */ |
| 64 | #define CMDFLAG_PREFIX 0x0200 /* Prefix match is OK */ |
| 65 | |
| 66 | #endif /* INTERFACE */ |
| 67 | |
| 68 | /* |
| 69 | ** The page_index.h file contains the definition for aCommand[] - an array |
| @@ -850,11 +850,11 @@ | |
| 850 | ** or setting name. If CMD beings with "/" it is |
| 851 | ** interpreted as a PAGE name. |
| 852 | ** |
| 853 | ** name=www/PAGE Show help for web page PAGE. |
| 854 | ** |
| 855 | ** name=/PAGE The initial "www/" on web-page help can be abbreviated as |
| 856 | ** just "/" |
| 857 | ** |
| 858 | ** plaintext Show the help within <pre>...</pre>, as if it were |
| 859 | ** displayed using the "fossil help" command. |
| 860 | ** |
| @@ -875,11 +875,11 @@ | |
| 875 | if( search_restrict(SRCH_HELP)!=0 ){ |
| 876 | style_submenu_element("Search","%R/search?y=h"); |
| 877 | } |
| 878 | if( strncmp(zCmd,"www/",4)==0 && zCmd[4]!=0 ){ |
| 879 | /* Use https://domain/fossil/help/www/timeline or similar with the "www" |
| 880 | ** intermediate tag to view web-page documentation. */ |
| 881 | zCmd += 3; |
| 882 | } |
| 883 | rc = dispatch_name_search(zCmd, CMDFLAG_ANY|CMDFLAG_PREFIX, &pCmd); |
| 884 | if( pCmd ){ |
| 885 | style_header("Help: %s", pCmd->zName); |
| 886 |