summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--channels.c4
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c0f0510c..7894490a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,6 +39,9 @@
10m 10 minutes
1h30m 1 hour 30 minutes (90 minutes)
ok markus@
+ - stevesk@cvs.openbsd.org 2001/05/19 19:57:09
+ [channels.c]
+ typo in error message
20010528
- (tim) [conifgure.in] add setvbuf test needed for sftp-int.c
@@ -5469,4 +5472,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1234 2001/06/05 19:59:08 mouring Exp $
+$Id: ChangeLog,v 1.1235 2001/06/05 20:01:39 mouring Exp $
diff --git a/channels.c b/channels.c
index 55cef42c..d6540560 100644
--- a/channels.c
+++ b/channels.c
@@ -40,7 +40,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: channels.c,v 1.116 2001/05/16 22:09:20 markus Exp $");
+RCSID("$OpenBSD: channels.c,v 1.117 2001/05/19 19:57:09 stevesk Exp $");
#include <openssl/rsa.h>
#include <openssl/dsa.h>
@@ -1561,7 +1561,7 @@ reason2txt(int reason)
case SSH2_OPEN_RESOURCE_SHORTAGE:
return "resource shortage";
}
- return "unkown reason";
+ return "unknown reason";
}
void