Fossil SCM
Minor doc typo.
Commit
47655d3996df381cde32aeeb22b7e55639c49bb85facb494bb1a2e825a68a2a7
Parent
3c0c8954c73f7a5…
1 file changed
+1
-1
+1
-1
| --- src/chat.c | ||
| +++ src/chat.c | ||
| @@ -223,11 +223,11 @@ | ||
| 223 | 223 | } |
| 224 | 224 | |
| 225 | 225 | /* |
| 226 | 226 | ** Sets the current CGI response type to application/json then emits a |
| 227 | 227 | ** 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, | |
| 229 | 229 | ** else it is emitted as a single object in that same format. |
| 230 | 230 | */ |
| 231 | 231 | static void chat_emit_permissions_error(int fAsMessageList){ |
| 232 | 232 | char * zTime = cgi_iso8601_datestamp(); |
| 233 | 233 | cgi_set_content_type("application/json"); |
| 234 | 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-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 |