Fossil SCM
Fix a typo in a comment.
Commit
19e6905cd218ac9834c137e1a475c66349864de076cf37a9867d3924ff8c6cc6
Parent
37f929e3aef8f96…
1 file changed
+1
-1
+1
-1
| --- src/encode.c | ||
| +++ src/encode.c | ||
| @@ -212,11 +212,11 @@ | ||
| 212 | 212 | char *urlize(const char *z, int n){ |
| 213 | 213 | return EncodeHttp(z, n, 0); |
| 214 | 214 | } |
| 215 | 215 | |
| 216 | 216 | /* |
| 217 | -** If input string does not contain quotes (niether ' nor ") | |
| 217 | +** If input string does not contain quotes (neither ' nor ") | |
| 218 | 218 | ** then return the argument itself. Otherwise return a newly allocated |
| 219 | 219 | ** copy of input with all quotes %-escaped. |
| 220 | 220 | */ |
| 221 | 221 | const char* escape_quotes(const char *zIn){ |
| 222 | 222 | char *zRet, *zOut; |
| 223 | 223 |
| --- src/encode.c | |
| +++ src/encode.c | |
| @@ -212,11 +212,11 @@ | |
| 212 | char *urlize(const char *z, int n){ |
| 213 | return EncodeHttp(z, n, 0); |
| 214 | } |
| 215 | |
| 216 | /* |
| 217 | ** If input string does not contain quotes (niether ' nor ") |
| 218 | ** then return the argument itself. Otherwise return a newly allocated |
| 219 | ** copy of input with all quotes %-escaped. |
| 220 | */ |
| 221 | const char* escape_quotes(const char *zIn){ |
| 222 | char *zRet, *zOut; |
| 223 |
| --- src/encode.c | |
| +++ src/encode.c | |
| @@ -212,11 +212,11 @@ | |
| 212 | char *urlize(const char *z, int n){ |
| 213 | return EncodeHttp(z, n, 0); |
| 214 | } |
| 215 | |
| 216 | /* |
| 217 | ** If input string does not contain quotes (neither ' nor ") |
| 218 | ** then return the argument itself. Otherwise return a newly allocated |
| 219 | ** copy of input with all quotes %-escaped. |
| 220 | */ |
| 221 | const char* escape_quotes(const char *zIn){ |
| 222 | char *zRet, *zOut; |
| 223 |