- (stevesk) configure.in: typo
diff --git a/ChangeLog b/ChangeLog
index fba7927..0da4abf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
 20010409
+ - (stevesk) configure.in: typo
  - OpenBSD CVS Sync
    - stevesk@cvs.openbsd.org 2001/04/08 16:01:36
      [sshd.8]
@@ -4964,4 +4965,4 @@
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.1085 2001/04/08 18:38:04 mouring Exp $
+$Id: ChangeLog,v 1.1086 2001/04/08 22:50:44 stevesk Exp $
diff --git a/configure.in b/configure.in
index 05e7969..e794c3e 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.272 2001/04/05 17:15:08 stevesk Exp $
+# $Id: configure.in,v 1.273 2001/04/08 22:50:43 stevesk Exp $
 
 AC_INIT(ssh.c)
 
@@ -1926,7 +1926,7 @@
 H=`eval echo ${user_path}` ; H=`eval echo ${H}`
 
 echo ""
-echo "OpenSSH configured has been configured with the following options."
+echo "OpenSSH has been configured with the following options:"
 echo "                 User binaries: $B"
 echo "               System binaries: $C"
 echo "           Configuration files: $D"