Patch is created by Lu, Chenyang.
#ifndef POOL_PRIVATE
/* These functions are used to provide Hints for enum type config parameters and
- * to output the vslues of the parameters.
+ * to output the values of the parameters.
* These functuons are not available for tools since they use the stringInfo that is
* not present for tools.
*/
s->in_progress = false;
- /* Restore where_to_send map if neccessary */
+ /* Restore where_to_send map if necessary */
if (s->need_to_restore_where_to_send)
{
memcpy(s->query_context->where_to_send,s->where_to_send_save, sizeof(s->where_to_send_save));
return json_str;
}
-/* The function returs the simple JSON string that contains
+/* The function returns the simple JSON string that contains
* only one KEY,VALUE along with the authkey key value if provided
*/
char* get_simple_request_json(char *key, char* value, unsigned int sharedKey, char* authKey)
#define LIFECHECK_GETNODE_WAIT_SEC_COUNT 5 /* max number of seconds the lifecheck process
* should waits before giving up
* while fetching the configured watchdog node
- * infromation from watchdog process through IPC channel
+ * information from watchdog process through IPC channel
*/
/*