Author: dsahlberg
Date: Fri Jan 2 14:10:38 2026
New Revision: 1931057
Log:
Followup to r1931047: Spellfix, no functional change
* serf_private.h
Fix spelling in a comment
Modified:
serf/trunk/serf_private.h
Modified: serf/trunk/serf_private.h
==============================================================================
--- serf/trunk/serf_private.h Fri Jan 2 14:10:04 2026 (r1931056)
+++ serf/trunk/serf_private.h Fri Jan 2 14:10:38 2026 (r1931057)
@@ -152,7 +152,7 @@ apr_status_t serf__incoming_response_err
apr_status_t status,
const char *message);
-/* The SSL context is a special case sonce it doesn't directly
+/* The SSL context is a special case since it doesn't directly
belong to any context or connection. The ssl context implementation
calls serf__ssl_context_error() with an serf__ssl_error_ctx_t provided
by the caller of the ssl_context function. This is a bit of a pretzel,