diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-08-13 21:21:47 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-08-13 21:21:47 +1000 |
commit | bcf279783add401b9c8384b68fc4c30fa1391a22 (patch) | |
tree | 5a0e58b569e0a1b74cf458b6ed5d5074f14223d4 /sshlogin.c | |
parent | fe6649da0cd211efc069aa9987b00838d030ef1d (diff) |
- djm@cvs.openbsd.org 2004/08/12 09:18:24
[sshlogin.c]
typo in error message, spotted by moritz AT jodeit.org (Id sync only)
Diffstat (limited to 'sshlogin.c')
-rw-r--r-- | sshlogin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sshlogin.c b/sshlogin.c index b82c45c5c..15eb916d1 100644 --- a/sshlogin.c +++ b/sshlogin.c | |||
@@ -39,7 +39,7 @@ | |||
39 | */ | 39 | */ |
40 | 40 | ||
41 | #include "includes.h" | 41 | #include "includes.h" |
42 | RCSID("$OpenBSD: sshlogin.c,v 1.12 2004/08/11 12:01:16 djm Exp $"); | 42 | RCSID("$OpenBSD: sshlogin.c,v 1.13 2004/08/12 09:18:24 djm Exp $"); |
43 | 43 | ||
44 | #include "loginrec.h" | 44 | #include "loginrec.h" |
45 | #include "log.h" | 45 | #include "log.h" |