Hi,

just a single typo:

Index: src/etag.c
==================================================================
--- src/etag.c
+++ src/etag.c
@@ -132,11 +132,11 @@
 }
 
 /*
 ** Accept a new Last-Modified time.  This routine should be called by
 ** page generators that know a valid last-modified time.  This routine
-** might generate a 304 Not Modified reply and exit(), never returnning.
+** might generate a 304 Not Modified reply and exit(), never returning.
 ** Or, if not, it will cause a Last-Modified: header to be included in the
 ** reply.
 */
 void etag_last_modified(sqlite3_int64 mtime){
   const char *zIfModifiedSince;


-- 
https://www.juef.space/
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to