summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürgen Gmach <juergen.gmach@googlemail.com>2021-04-10 10:15:29 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-04-10 11:43:18 +0200
commitc6e213e5849537cdb9f1c8f94b31335c3b49778d (patch)
treedf86e72bd658760f379e995d1d02bc293b4fd828
parentd0c196618ea9d8a0c5148ce87996053a7bab4fb6 (diff)
downloadcurl-c6e213e5849537cdb9f1c8f94b31335c3b49778d.tar.gz
src/tool_vms.c: remove duplicated word in comment
Closes #6881
-rw-r--r--src/tool_vms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_vms.c b/src/tool_vms.c
index 18d20e7ed..efa933ad0 100644
--- a/src/tool_vms.c
+++ b/src/tool_vms.c
@@ -41,7 +41,7 @@ void decc$exit(int __status);
static int vms_shell = -1;
-/* VMS has a DCL shell and and also has Unix shells ported to it.
+/* VMS has a DCL shell and also has Unix shells ported to it.
* When curl is running under a Unix shell, we want it to be as much
* like Unix as possible.
*/