]> andersk Git - openssh.git/commitdiff
- (dtucker) [sshd.c] Fix typo in comment.
authordtucker <dtucker>
Mon, 24 May 2004 03:37:13 +0000 (03:37 +0000)
committerdtucker <dtucker>
Mon, 24 May 2004 03:37:13 +0000 (03:37 +0000)
ChangeLog
sshd.c

index e9c425c742fc2cd508e9a1e626f5b43662ba6590..2abf2d65a18b05295472bb671a399fa8fd0f1b40 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,7 @@
  - (dtucker) [auth-pam.c] Bug #839: Ensure that pam authentication "thread"
    is terminated if the privsep slave exits during keyboard-interactive
    authentication.  ok djm@
+ - (dtucker) [sshd.c] Fix typo in comment.
 
 20040523
  - (djm) [sshd_config] Explain consequences of UsePAM=yes a little better in 
diff --git a/sshd.c b/sshd.c
index 696978f0036495df7499ca49cb10d115a064d94e..332a189e8f2d09d5e30a6d93689515f18fa5ad6a 100644 (file)
--- a/sshd.c
+++ b/sshd.c
@@ -935,7 +935,7 @@ main(int ac, char **av)
        unsetenv("KRB5CCNAME");
 #endif /* _AIX */
 #ifdef _UNICOS
-       /* Cray can define user privs drop all prives now!
+       /* Cray can define user privs drop all privs now!
         * Not needed on PRIV_SU systems!
         */
        drop_cray_privs();
This page took 0.055679 seconds and 5 git commands to generate.