diff options
Diffstat (limited to 'Src/compat.c')
-rw-r--r-- | Src/compat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Src/compat.c b/Src/compat.c index 126d4bd4a..2999e63e4 100644 --- a/Src/compat.c +++ b/Src/compat.c @@ -1,5 +1,5 @@ /* - * compat.c - compatibiltiy routines for the deprived + * compat.c - compatibility routines for the deprived * * This file is part of zsh, the Z shell. * @@ -377,7 +377,7 @@ zgetcwd(void) } /* chdir with arbitrary long pathname. Returns 0 on success, 0 on normal * - * faliliure and -2 when chdir failed and the current directory is lost. */ + * failure and -2 when chdir failed and the current directory is lost. */ /**/ mod_export int |