diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2001-02-08 17:58:00 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2001-02-08 17:58:00 +0000 |
commit | aebed34dd84e3f1e02cef57278ed59af90a1658e (patch) | |
tree | d4519e0f7e27f3c651dd82f4f0224c613f8277ec /usr.bin/ssh | |
parent | 9d4de24de9897de1d6c090cf17fa7fefedb00d46 (diff) |
typo
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/sftp-int.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sftp-int.c b/usr.bin/ssh/sftp-int.c index de48f5f1990..b8c11f71777 100644 --- a/usr.bin/ssh/sftp-int.c +++ b/usr.bin/ssh/sftp-int.c @@ -28,7 +28,7 @@ /* XXX: recursive operations */ #include "includes.h" -RCSID("$OpenBSD: sftp-int.c,v 1.16 2001/02/08 15:02:01 deraadt Exp $"); +RCSID("$OpenBSD: sftp-int.c,v 1.17 2001/02/08 17:57:59 stevesk Exp $"); #include "buffer.h" #include "xmalloc.h" @@ -519,7 +519,7 @@ parse_dispatch_command(int in, int out, const char *cmd, char **pwd) break; case I_LMKDIR: if (mkdir(path1, 0777) == -1) - error("Couldn't create local directory to " + error("Couldn't create local directory " "\"%s\": %s", path1, strerror(errno)); break; case I_LLS: |