Skip to content

Commit cc5dfea

Browse files
committed
fix typo in code comment [ci skip]
1 parent f5d1aa8 commit cc5dfea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

port/cpl_vsil_curl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ VSICurlFindStringSensitiveExceptEscapeSequences(char **papszList,
253253
const char *pszIter2 = pszTarget;
254254
char ch1 = '\0';
255255
char ch2 = '\0';
256-
/* The comparison is case-sensitive, escape for escaped */
256+
/* The comparison is case-sensitive, except for escaped */
257257
/* sequences where letters of the hexadecimal sequence */
258258
/* can be uppercase or lowercase depending on the quoting algorithm */
259259
while (true)

0 commit comments

Comments
 (0)