Fossil SCM
Harmless comment typo fix.
Commit
b948eaeaff1dde078dbb44b1b2df12ffb172127143234ecc670c963e31ead356
Parent
1336c4af8a01677…
1 file changed
+1
-1
+1
-1
| --- src/etag.c | ||
| +++ src/etag.c | ||
| @@ -132,11 +132,11 @@ | ||
| 132 | 132 | } |
| 133 | 133 | |
| 134 | 134 | /* |
| 135 | 135 | ** Accept a new Last-Modified time. This routine should be called by |
| 136 | 136 | ** page generators that know a valid last-modified time. This routine |
| 137 | -** might generate a 304 Not Modified reply and exit(), never returnning. | |
| 137 | +** might generate a 304 Not Modified reply and exit(), never returning. | |
| 138 | 138 | ** Or, if not, it will cause a Last-Modified: header to be included in the |
| 139 | 139 | ** reply. |
| 140 | 140 | */ |
| 141 | 141 | void etag_last_modified(sqlite3_int64 mtime){ |
| 142 | 142 | const char *zIfModifiedSince; |
| 143 | 143 |
| --- src/etag.c | |
| +++ src/etag.c | |
| @@ -132,11 +132,11 @@ | |
| 132 | } |
| 133 | |
| 134 | /* |
| 135 | ** Accept a new Last-Modified time. This routine should be called by |
| 136 | ** page generators that know a valid last-modified time. This routine |
| 137 | ** might generate a 304 Not Modified reply and exit(), never returnning. |
| 138 | ** Or, if not, it will cause a Last-Modified: header to be included in the |
| 139 | ** reply. |
| 140 | */ |
| 141 | void etag_last_modified(sqlite3_int64 mtime){ |
| 142 | const char *zIfModifiedSince; |
| 143 |
| --- src/etag.c | |
| +++ src/etag.c | |
| @@ -132,11 +132,11 @@ | |
| 132 | } |
| 133 | |
| 134 | /* |
| 135 | ** Accept a new Last-Modified time. This routine should be called by |
| 136 | ** page generators that know a valid last-modified time. This routine |
| 137 | ** might generate a 304 Not Modified reply and exit(), never returning. |
| 138 | ** Or, if not, it will cause a Last-Modified: header to be included in the |
| 139 | ** reply. |
| 140 | */ |
| 141 | void etag_last_modified(sqlite3_int64 mtime){ |
| 142 | const char *zIfModifiedSince; |
| 143 |