]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
src/tool_vms.c: remove duplicated word in comment
authorJürgen Gmach <juergen.gmach@googlemail.com>
Sat, 10 Apr 2021 08:15:29 +0000 (10:15 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 10 Apr 2021 09:43:18 +0000 (11:43 +0200)
Closes #6881

src/tool_vms.c

index 18d20e7ed6937dce76ad5732349e53d4802523e4..efa933ad0f2e36f68dd6762c9627936ae21cb905 100644 (file)
@@ -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.
  */