From 29f84aa06dcf33f1c57a05b1d7b64383fa213714 Mon Sep 17 00:00:00 2001 From: Pierre Ynard Date: Tue, 11 May 2010 07:38:03 +0200 Subject: [PATCH] Correct English in comment --- src/text/strings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/text/strings.c b/src/text/strings.c index 602f8d53d6..7c5bb0f63a 100644 --- a/src/text/strings.c +++ b/src/text/strings.c @@ -1078,7 +1078,7 @@ char *make_URI (const char *path) #ifndef WIN32 /* \\host\share\path -> smb://host/share/path */ if (strchr (path + 2, '\\') != NULL) - { /* Convert antislashes to slashes */ + { /* Convert backslashes to slashes */ char *dup = strdup (path); if (dup == NULL) return NULL; -- 2.39.2