summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2008-10-28 15:09:06 +0000
committerAndy Polyakov <appro@openssl.org>2008-10-28 15:09:06 +0000
commitc650168a4f57033c9e6fc3ef22c70f3c02f47918 (patch)
tree8f6bd483a46c6e8140c8ef42c91b3d2287e7b287 /config
parentea71ec1b11e585b3cd704af1930c09c0c1606916 (diff)
downloadopenssl-new-c650168a4f57033c9e6fc3ef22c70f3c02f47918.tar.gz
Fix typo in ./config.
Submitted by: Sander Temme
Diffstat (limited to 'config')
-rwxr-xr-xconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/config b/config
index d7c98813b1..a84d6b4b4e 100755
--- a/config
+++ b/config
@@ -540,7 +540,7 @@ case "$GUESSOS" in
ISA64=`(sysctl -n hw.optional.x86_64) 2>/dev/null`
if [ "$ISA64" = "1" ]; then
echo "WARNING! If you wish to build 64-bit library, then you have to"
- echo " invoke './Configure darwin64-x86_86-cc' *manually*."
+ echo " invoke './Configure darwin64-x86_64-cc' *manually*."
if [ "$TEST" = "false" -a -t 1 ]; then
echo " You have about 5 seconds to press Ctrl-C to abort."
(trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1