Fossil SCM

Minor spelling corrections to comment.

andybradford 2015-06-25 01:45 trunk
Commit c048aac095465a956148678eb2da8e7fb7614f80
1 file changed +2 -2
+2 -2
--- src/cgi.c
+++ src/cgi.c
@@ -72,17 +72,17 @@
7272
7373
#endif /* INTERFACE */
7474
7575
/*
7676
** The HTTP reply is generated in two pieces: the header and the body.
77
-** These pieces are generated separately because they are not necessary
77
+** These pieces are generated separately because they are not necessarily
7878
** produced in order. Parts of the header might be built after all or
7979
** part of the body. The header and body are accumulated in separate
8080
** Blob structures then output sequentially once everything has been
8181
** built.
8282
**
83
-** The cgi_destination() interface switch between the buffers.
83
+** The cgi_destination() interface switches between the buffers.
8484
*/
8585
static Blob cgiContent[2] = { BLOB_INITIALIZER, BLOB_INITIALIZER };
8686
static Blob *pContent = &cgiContent[0];
8787
8888
/*
8989
--- src/cgi.c
+++ src/cgi.c
@@ -72,17 +72,17 @@
72
73 #endif /* INTERFACE */
74
75 /*
76 ** The HTTP reply is generated in two pieces: the header and the body.
77 ** These pieces are generated separately because they are not necessary
78 ** produced in order. Parts of the header might be built after all or
79 ** part of the body. The header and body are accumulated in separate
80 ** Blob structures then output sequentially once everything has been
81 ** built.
82 **
83 ** The cgi_destination() interface switch between the buffers.
84 */
85 static Blob cgiContent[2] = { BLOB_INITIALIZER, BLOB_INITIALIZER };
86 static Blob *pContent = &cgiContent[0];
87
88 /*
89
--- src/cgi.c
+++ src/cgi.c
@@ -72,17 +72,17 @@
72
73 #endif /* INTERFACE */
74
75 /*
76 ** The HTTP reply is generated in two pieces: the header and the body.
77 ** These pieces are generated separately because they are not necessarily
78 ** produced in order. Parts of the header might be built after all or
79 ** part of the body. The header and body are accumulated in separate
80 ** Blob structures then output sequentially once everything has been
81 ** built.
82 **
83 ** The cgi_destination() interface switches between the buffers.
84 */
85 static Blob cgiContent[2] = { BLOB_INITIALIZER, BLOB_INITIALIZER };
86 static Blob *pContent = &cgiContent[0];
87
88 /*
89

Keyboard Shortcuts

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