src/tool_vms.c: remove duplicated word in comment

Closes #6881
This commit is contained in:
Jürgen Gmach 2021-04-10 10:15:29 +02:00 committed by Daniel Stenberg
parent d0c196618e
commit c6e213e584
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 1 additions and 1 deletions

View 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.
*/