]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Typo in comment
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 21 Apr 2014 09:33:41 +0000 (09:33 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 21 Apr 2014 09:33:41 +0000 (09:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1588862 13f79535-47bb-0310-9956-ffa450edef68

modules/dav/main/util.c

index 4e85a04f067b2b96850ddb3ecab58e74de7d06a4..e6207fde8c30313f4bf0ea55f0bf9e127fddcf9d 100644 (file)
@@ -1753,7 +1753,7 @@ DAV_DECLARE(dav_error *) dav_get_locktoken_list(request_rec *r,
     }
 
     while (if_header != NULL) {
-        if_state = if_header->state;        /* Begining of the if_state linked list */
+        if_state = if_header->state;        /* Beginning of the if_state linked list */
         while (if_state != NULL)        {
             if (if_state->condition == DAV_IF_COND_NORMAL
                 && if_state->type == dav_if_opaquelock) {