From 55b04f1d77cdf503bf4c87e7a1ebf7d663b42554 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sun, 26 Mar 2006 14:23:17 +1100 Subject: - djm@cvs.openbsd.org 2006/03/25 01:30:23 [sftp.c] "abormally" is a perfectly cromulent word, but "abnormally" is better --- sftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sftp.c') diff --git a/sftp.c b/sftp.c index 194d22710..868794a76 100644 --- a/sftp.c +++ b/sftp.c @@ -244,7 +244,7 @@ local_do_shell(const char *args) if (errno != EINTR) fatal("Couldn't wait for child: %s", strerror(errno)); if (!WIFEXITED(status)) - error("Shell exited abormally"); + error("Shell exited abnormally"); else if (WEXITSTATUS(status)) error("Shell exited with status %d", WEXITSTATUS(status)); } -- cgit v1.2.3