Author: hartmannathan
Date: Thu Jun  5 02:25:52 2025
New Revision: 1926138

URL: http://svn.apache.org/viewvc?rev=1926138&view=rev
Log:
On the user-defined-authn branch: Fix a couple of typos

* auth/auth.c
  (user_authn_type_mask): Fix typo in docstring. Comment only; no functional
   change.
  (init_authn_schemes_guard): Ditto.

Modified:
    serf/branches/user-defined-authn/auth/auth.c

Modified: serf/branches/user-defined-authn/auth/auth.c
URL: 
http://svn.apache.org/viewvc/serf/branches/user-defined-authn/auth/auth.c?rev=1926138&r1=1926137&r2=1926138&view=diff
==============================================================================
--- serf/branches/user-defined-authn/auth/auth.c (original)
+++ serf/branches/user-defined-authn/auth/auth.c Thu Jun  5 02:25:52 2025
@@ -588,7 +588,7 @@ apr_status_t serf__auth_setup_request(pe
 const apr_uint64_t serf__authn_user__magic = 0x5e6fa02895c8e3e5;
 
 /* The available user-defined scheme types. This is a bit mask based on the
-   first scheme, later modified to account for any overlfow from the built-in
+   first scheme, later modified to account for any overflow from the built-in
    schemes list (not likely, but safey). Should be const, but it's modified
    during one-time initialization.
 
@@ -774,7 +774,7 @@ apr_status_t serf__authn__unregister_sch
 #if APR_HAS_THREADS
 /* Unfortunately APR does not provide a statically-initialized mutex type, so 
we
    use a simple spinlock to make sure that authn_schemes_guard is initialized
-   exaclty once. This includes creating a detached global pool where the mutex
+   exactly once. This includes creating a detached global pool where the mutex
    will be allocated ...
 
    ... yuck. */


Reply via email to