From: Christophe Jaillet Date: Mon, 21 Apr 2014 09:34:47 +0000 (+0000) Subject: Typo in comment (r1588862 in trunk) X-Git-Tag: 2.4.10~297 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8af0f703fa66fb21da7d6f5c9c2c2d0cdf07eb9e;p=apache Typo in comment (r1588862 in trunk) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1588863 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/dav/main/util.c b/modules/dav/main/util.c index 4e85a04f06..e6207fde8c 100644 --- a/modules/dav/main/util.c +++ b/modules/dav/main/util.c @@ -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) {