Fossil SCM

Minor doc typo.

stephan 2020-12-29 16:49 trunk
Commit 47655d3996df381cde32aeeb22b7e55639c49bb85facb494bb1a2e825a68a2a7
1 file changed +1 -1
+1 -1
--- src/chat.c
+++ src/chat.c
@@ -223,11 +223,11 @@
223223
}
224224
225225
/*
226226
** Sets the current CGI response type to application/json then emits a
227227
** JSON-format error message object. If fAsMessageList is true then
228
-** the object is output using the list format described for chat-post,
228
+** the object is output using the list format described for chat-poll,
229229
** else it is emitted as a single object in that same format.
230230
*/
231231
static void chat_emit_permissions_error(int fAsMessageList){
232232
char * zTime = cgi_iso8601_datestamp();
233233
cgi_set_content_type("application/json");
234234
--- src/chat.c
+++ src/chat.c
@@ -223,11 +223,11 @@
223 }
224
225 /*
226 ** Sets the current CGI response type to application/json then emits a
227 ** JSON-format error message object. If fAsMessageList is true then
228 ** the object is output using the list format described for chat-post,
229 ** else it is emitted as a single object in that same format.
230 */
231 static void chat_emit_permissions_error(int fAsMessageList){
232 char * zTime = cgi_iso8601_datestamp();
233 cgi_set_content_type("application/json");
234
--- src/chat.c
+++ src/chat.c
@@ -223,11 +223,11 @@
223 }
224
225 /*
226 ** Sets the current CGI response type to application/json then emits a
227 ** JSON-format error message object. If fAsMessageList is true then
228 ** the object is output using the list format described for chat-poll,
229 ** else it is emitted as a single object in that same format.
230 */
231 static void chat_emit_permissions_error(int fAsMessageList){
232 char * zTime = cgi_iso8601_datestamp();
233 cgi_set_content_type("application/json");
234

Keyboard Shortcuts

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