diff options
| author | Jens Schleusener <Jens.Schleusener@fossies.org> | 2020-01-09 13:39:44 +0000 |
|---|---|---|
| committer | Daniel Shahaf <danielsh@apache.org> | 2020-01-09 13:42:02 +0000 |
| commit | 11dbe4c286330f81fae5ac6d5f698f5ddb748710 (patch) | |
| tree | 747b3a6ea08312efe98446fd90222d2f0a72d064 /Functions | |
| parent | 45261: _gcc: Detect clang-as-gcc (diff) | |
| download | zsh-11dbe4c286330f81fae5ac6d5f698f5ddb748710.tar zsh-11dbe4c286330f81fae5ac6d5f698f5ddb748710.tar.gz zsh-11dbe4c286330f81fae5ac6d5f698f5ddb748710.tar.bz2 zsh-11dbe4c286330f81fae5ac6d5f698f5ddb748710.tar.lz zsh-11dbe4c286330f81fae5ac6d5f698f5ddb748710.tar.xz zsh-11dbe4c286330f81fae5ac6d5f698f5ddb748710.tar.zst zsh-11dbe4c286330f81fae5ac6d5f698f5ddb748710.zip | |
45269: Fix misspellings in completions and elsewhere.
Diffstat (limited to 'Functions')
| -rw-r--r-- | Functions/Zftp/zfautocheck | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Zftp/zfautocheck b/Functions/Zftp/zfautocheck index e53fde8d2..a8b24ef0b 100644 --- a/Functions/Zftp/zfautocheck +++ b/Functions/Zftp/zfautocheck @@ -4,7 +4,7 @@ # With first argument including n, don't change to the old directory; else do. # # Set do_close to 1 if the connection was not previously open, 0 otherwise -# With first arguemnt including d, don't set do_close to 1. Broadly +# With first argument including d, don't set do_close to 1. Broadly # speaking, we use this mechanism to shut the connection after use # if the connection had been explicitly closed (i.e. didn't time out, # which zftp test investigates) and we are not using a directory |
