apr_pool_t *p, const char *indent, const char **psep)
{
if (val) {
- /* TODO: JSON quite string val */
+ /* TODO: JSON quote string val */
apr_file_printf(out, "%s\n%s\"%s\": \"%s\"", *psep, indent, key, json_quote(val, p));
*psep = ", ";
}
}
else {
/* icing: I think it is nuts that we define our own IETF protocol constants
- * only whent the linked *SSL lib supports them. */
+ * only when the linked *SSL lib supports them. */
apr_array_header_t *names = apr_array_make(p, 5, sizeof(const char*));
if ((1<<4) & proto) {
APR_ARRAY_PUSH(names, const char*) = "+TLSv1.2";