diff options
author | Darren Tucker <dtucker@zip.com.au> | 2010-01-13 12:42:34 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2010-01-13 12:42:34 +0100 |
commit | e2b36741725c2214f72a3ef07bc0788191ac7ea9 (patch) | |
tree | b05d64a5a3970c714377b31cbde829ecf211c41d /auth.c | |
parent | - (dtucker) [openbsd-compat/readpassphrase.c] Update to OpenBSD's r1.22. (diff) | |
download | openssh-e2b36741725c2214f72a3ef07bc0788191ac7ea9.tar.xz openssh-e2b36741725c2214f72a3ef07bc0788191ac7ea9.zip |
- (dtucker) OpenBSD CVS Sync
- dtucker@cvs.openbsd.org 2010/01/13 00:19:04
[sshconnect.c auth.c]
Fix a couple of typos/mispellings in comments
Diffstat (limited to 'auth.c')
-rw-r--r-- | auth.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: auth.c,v 1.81 2010/01/10 07:15:56 dtucker Exp $ */ +/* $OpenBSD: auth.c,v 1.82 2010/01/13 00:19:04 dtucker Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * @@ -455,7 +455,7 @@ secure_filename(FILE *f, const char *file, struct passwd *pw, return -1; } - /* If are passed the homedir then we can stop */ + /* If are past the homedir then we can stop */ if (comparehome && strcmp(homedir, buf) == 0) { debug3("secure_filename: terminating check at '%s'", buf); |