]> andersk Git - openssh.git/commitdiff
- djm@cvs.openbsd.org 2006/03/25 01:30:23
authordjm <djm>
Sun, 26 Mar 2006 03:23:17 +0000 (03:23 +0000)
committerdjm <djm>
Sun, 26 Mar 2006 03:23:17 +0000 (03:23 +0000)
     [sftp.c]
     "abormally" is a perfectly cromulent word, but "abnormally" is better

ChangeLog
sftp.c

index 89e7555df77fbdac720a0ae4814042828530cbd4..a4cee67a18393be500274762d5ef39f0ecd7d2a1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
      realloc is particularly prone to integer overflows because it is
      almost always allocating "n * size" bytes, so this is a far safer 
      API; ok deraadt@
+   - djm@cvs.openbsd.org 2006/03/25 01:30:23
+     [sftp.c]
+     "abormally" is a perfectly cromulent word, but "abnormally" is better
 
 20060325
  - OpenBSD CVS Sync
diff --git a/sftp.c b/sftp.c
index 194d22710e1226616090abb68797e974c9ed4218..868794a76ad9d2d38c0793e1358fa8c2b06144c4 100644 (file)
--- 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));
 }
This page took 0.047453 seconds and 5 git commands to generate.