Fossil SCM

Correct comment typos

andygoth 2017-09-20 04:05 trunk
Commit b1191c1ee05f3a2988de0ca9620ac89aed66f720cd967975e6b46b14330a2e09
1 file changed +3 -3
+3 -3
--- src/dispatch.c
+++ src/dispatch.c
@@ -129,20 +129,20 @@
129129
/*
130130
** zName is the name of a webpage (eType==CMDFLAGS_WEBPAGE) that does not
131131
** exist in the dispatch table. Check to see if this webpage name exists
132132
** as an alias in the CONFIG table of the repository. If it is, then make
133133
** appropriate changes to the CGI environment and set *ppCmd to point to the
134
-** alised command.
134
+** aliased command.
135135
**
136136
** Return 0 if the command is successfully aliased. Return 1 if there
137137
** is not alias for zName. Any kind of error in the alias value causes a
138138
** error to be thrown.
139139
**
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"
141141
** where NAME is the input page name. The value is a string of the form
142142
** "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.
144144
** Except, query parameters of the form "X!" cause any CGI X variable to be
145145
** removed.
146146
*/
147147
int dispatch_alias(const char *zName, const CmdOrPage **ppCmd){
148148
char *z;
149149
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button