]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- stevesk@cvs.openbsd.org 2010/03/16 15:46:52
authorDamien Miller <djm@mindrot.org>
Sun, 21 Mar 2010 18:59:02 +0000 (05:59 +1100)
committerDamien Miller <djm@mindrot.org>
Sun, 21 Mar 2010 18:59:02 +0000 (05:59 +1100)
     [auth-options.c]
     spelling in error message. ok djm kettenis

ChangeLog
auth-options.c

index 22bb981bf472de6fea73e51d827e01cc5dc0c4dc..8e295ca5c49f934065ca4519268a20a06b40b064 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -34,6 +34,9 @@
      [key.c key.h ssh-keygen.c]
      also print certificate type (user or host) for ssh-keygen -L
      ok djm kettenis
+   - stevesk@cvs.openbsd.org 2010/03/16 15:46:52
+     [auth-options.c]
+     spelling in error message. ok djm kettenis
 
 20100314
  - (djm) [ssh-pkcs11-helper.c] Move #ifdef to after #defines to fix
index 129301765b77697a93a43f7600a74619e1aee3f1..69b314fbd11ab00cf6d1af7c428a40ce47d3efc2 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth-options.c,v 1.48 2010/03/07 11:57:13 dtucker Exp $ */
+/* $OpenBSD: auth-options.c,v 1.49 2010/03/16 15:46:52 stevesk Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -434,7 +434,7 @@ auth_cert_constraints(Buffer *c_orig, struct passwd *pw)
                                goto out;
                        }
                        if (strlen(command) != clen) {
-                               error("force-command constrain contains \\0");
+                               error("force-command constraint contains \\0");
                                goto out;
                        }
                        if (cert_forced_command != NULL) {
@@ -454,7 +454,7 @@ auth_cert_constraints(Buffer *c_orig, struct passwd *pw)
                                goto out;
                        }
                        if (strlen(allowed) != clen) {
-                               error("source-address constrain contains \\0");
+                               error("source-address constraint contains \\0");
                                goto out;
                        }
                        if (cert_source_address_done++) {