Fossil SCM
Correct comment typos
Commit
b1191c1ee05f3a2988de0ca9620ac89aed66f720cd967975e6b46b14330a2e09
Parent
8131f1c5d9079af…
1 file changed
+3
-3
+3
-3
| --- src/dispatch.c | ||
| +++ src/dispatch.c | ||
| @@ -129,20 +129,20 @@ | ||
| 129 | 129 | /* |
| 130 | 130 | ** zName is the name of a webpage (eType==CMDFLAGS_WEBPAGE) that does not |
| 131 | 131 | ** exist in the dispatch table. Check to see if this webpage name exists |
| 132 | 132 | ** as an alias in the CONFIG table of the repository. If it is, then make |
| 133 | 133 | ** appropriate changes to the CGI environment and set *ppCmd to point to the |
| 134 | -** alised command. | |
| 134 | +** aliased command. | |
| 135 | 135 | ** |
| 136 | 136 | ** Return 0 if the command is successfully aliased. Return 1 if there |
| 137 | 137 | ** is not alias for zName. Any kind of error in the alias value causes a |
| 138 | 138 | ** error to be thrown. |
| 139 | 139 | ** |
| 140 | -** Alias entries in the CONFIG table have a "name" value of "walise:NAME" | |
| 140 | +** Alias entries in the CONFIG table have a "name" value of "walias:NAME" | |
| 141 | 141 | ** where NAME is the input page name. The value is a string of the form |
| 142 | 142 | ** "NEWNAME?QUERYPARAMS". The ?QUERYPARAMS is optional. If present (and it |
| 143 | -** usually is, then all query parameters are added to the CGI environment. | |
| 143 | +** usually is), then all query parameters are added to the CGI environment. | |
| 144 | 144 | ** Except, query parameters of the form "X!" cause any CGI X variable to be |
| 145 | 145 | ** removed. |
| 146 | 146 | */ |
| 147 | 147 | int dispatch_alias(const char *zName, const CmdOrPage **ppCmd){ |
| 148 | 148 | char *z; |
| 149 | 149 |
| --- src/dispatch.c | |
| +++ src/dispatch.c | |
| @@ -129,20 +129,20 @@ | |
| 129 | /* |
| 130 | ** zName is the name of a webpage (eType==CMDFLAGS_WEBPAGE) that does not |
| 131 | ** exist in the dispatch table. Check to see if this webpage name exists |
| 132 | ** as an alias in the CONFIG table of the repository. If it is, then make |
| 133 | ** appropriate changes to the CGI environment and set *ppCmd to point to the |
| 134 | ** alised command. |
| 135 | ** |
| 136 | ** Return 0 if the command is successfully aliased. Return 1 if there |
| 137 | ** is not alias for zName. Any kind of error in the alias value causes a |
| 138 | ** error to be thrown. |
| 139 | ** |
| 140 | ** Alias entries in the CONFIG table have a "name" value of "walise:NAME" |
| 141 | ** where NAME is the input page name. The value is a string of the form |
| 142 | ** "NEWNAME?QUERYPARAMS". The ?QUERYPARAMS is optional. If present (and it |
| 143 | ** usually is, then all query parameters are added to the CGI environment. |
| 144 | ** Except, query parameters of the form "X!" cause any CGI X variable to be |
| 145 | ** removed. |
| 146 | */ |
| 147 | int dispatch_alias(const char *zName, const CmdOrPage **ppCmd){ |
| 148 | char *z; |
| 149 |
| --- src/dispatch.c | |
| +++ src/dispatch.c | |
| @@ -129,20 +129,20 @@ | |
| 129 | /* |
| 130 | ** zName is the name of a webpage (eType==CMDFLAGS_WEBPAGE) that does not |
| 131 | ** exist in the dispatch table. Check to see if this webpage name exists |
| 132 | ** as an alias in the CONFIG table of the repository. If it is, then make |
| 133 | ** appropriate changes to the CGI environment and set *ppCmd to point to the |
| 134 | ** aliased command. |
| 135 | ** |
| 136 | ** Return 0 if the command is successfully aliased. Return 1 if there |
| 137 | ** is not alias for zName. Any kind of error in the alias value causes a |
| 138 | ** error to be thrown. |
| 139 | ** |
| 140 | ** Alias entries in the CONFIG table have a "name" value of "walias:NAME" |
| 141 | ** where NAME is the input page name. The value is a string of the form |
| 142 | ** "NEWNAME?QUERYPARAMS". The ?QUERYPARAMS is optional. If present (and it |
| 143 | ** usually is), then all query parameters are added to the CGI environment. |
| 144 | ** Except, query parameters of the form "X!" cause any CGI X variable to be |
| 145 | ** removed. |
| 146 | */ |
| 147 | int dispatch_alias(const char *zName, const CmdOrPage **ppCmd){ |
| 148 | char *z; |
| 149 |