about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTString.c
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/Implementation/HTString.c')
-rw-r--r--WWW/Library/Implementation/HTString.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/HTString.c b/WWW/Library/Implementation/HTString.c
index e2451c83..36d0ec64 100644
--- a/WWW/Library/Implementation/HTString.c
+++ b/WWW/Library/Implementation/HTString.c
@@ -695,7 +695,7 @@ PRIVATE CONST char *HTAfterCommandArg ARGS2(
  * quote it properly).  We're given the index of the newest parameter we're
  * processing.  Zero indicates none, so a value of '1' indicates that we copy
  * from the beginning of the command string up to the first parameter,
- * substitute the quoted parameter and return the resul.
+ * substitute the quoted parameter and return the result.
  *
  * Parameters are substituted at "%s" tokens, like printf.  Other printf-style
  * tokens are not substituted; they are passed through without change.