diff options
author | levitte <levitte> | 2002-01-27 16:12:27 +0000 |
---|---|---|
committer | levitte <levitte> | 2002-01-27 16:12:27 +0000 |
commit | e4325138c1ab6a361cad3bf7758027fe192d1919 (patch) | |
tree | 4f6d36c035081c81b2dfc88960608eed4194edb1 | |
parent | 58ad9bb802c6f80e846db0669341d2f5b5e20d27 (diff) | |
download | openssl-e4325138c1ab6a361cad3bf7758027fe192d1919.tar.gz |
Spelling correction.
-rwxr-xr-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ use strict; # see INSTALL for instructions. -my $usage="Usage: Configure [no-<cipher> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-hw-xxx|no-hw] [[no-]threads] [[no-]shared] [[no-]zlib|zlib-dynamic] [no-asm] [no-dso] [no-krb5] [386] [--prefix=DIR] [--openssldir=OPENSSLDIR] [--with-xxx[=vvv]] [-test-sanity] os/compiler[:flags]\n"; +my $usage="Usage: Configure [no-<cipher> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-hw-xxx|no-hw] [[no-]threads] [[no-]shared] [[no-]zlib|zlib-dynamic] [no-asm] [no-dso] [no-krb5] [386] [--prefix=DIR] [--openssldir=OPENSSLDIR] [--with-xxx[=vvv]] [--test-sanity] os/compiler[:flags]\n"; # Options: # |