Fossil SCM
Minor spelling corrections to comment.
Commit
c048aac095465a956148678eb2da8e7fb7614f80
Parent
100ac83b6407c8f…
1 file changed
+2
-2
+2
-2
| --- src/cgi.c | ||
| +++ src/cgi.c | ||
| @@ -72,17 +72,17 @@ | ||
| 72 | 72 | |
| 73 | 73 | #endif /* INTERFACE */ |
| 74 | 74 | |
| 75 | 75 | /* |
| 76 | 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 | |
| 77 | +** These pieces are generated separately because they are not necessarily | |
| 78 | 78 | ** produced in order. Parts of the header might be built after all or |
| 79 | 79 | ** part of the body. The header and body are accumulated in separate |
| 80 | 80 | ** Blob structures then output sequentially once everything has been |
| 81 | 81 | ** built. |
| 82 | 82 | ** |
| 83 | -** The cgi_destination() interface switch between the buffers. | |
| 83 | +** The cgi_destination() interface switches between the buffers. | |
| 84 | 84 | */ |
| 85 | 85 | static Blob cgiContent[2] = { BLOB_INITIALIZER, BLOB_INITIALIZER }; |
| 86 | 86 | static Blob *pContent = &cgiContent[0]; |
| 87 | 87 | |
| 88 | 88 | /* |
| 89 | 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 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 |