diff options
author | Viktor Szakats <commit@vsz.me> | 2020-05-25 19:44:04 +0000 |
---|---|---|
committer | Viktor Szakats <commit@vsz.me> | 2020-05-25 19:44:04 +0000 |
commit | 308c243db5b7425b454a981d4c0eb7bfac374b8b (patch) | |
tree | b4c77e8a45ab1884ada4ad373a8e7bb97c787c74 /tests/secureserver.pl | |
parent | 54d122287c878188c5bbd4a659295f4ba27e137c (diff) | |
download | curl-308c243db5b7425b454a981d4c0eb7bfac374b8b.tar.gz |
all: fix codespell errors
Reviewed-by: Jay Satiro
Reviewed-by: Daniel Stenberg
Closes https://github.com/curl/curl/pull/5452
Diffstat (limited to 'tests/secureserver.pl')
-rwxr-xr-x | tests/secureserver.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/secureserver.pl b/tests/secureserver.pl index c525ef7d8..ac279cbba 100755 --- a/tests/secureserver.pl +++ b/tests/secureserver.pl @@ -344,7 +344,7 @@ if($tstunnel_windows) { # Put an "exec" in front of the command so that the child process # keeps this child's process ID by being tied to the spawned shell. exec("exec $cmd") || die "Can't exec() $cmd: $!"; - # exec() will create a new process, but ties the existance of the + # exec() will create a new process, but ties the existence of the # new process to the parent waiting perl.exe and sh.exe processes. # exec() should never return back here to this process. We protect |