From: Andy Polyakov Date: Wed, 16 Mar 2016 13:29:16 +0000 (+0100) Subject: config: fix off-by-centimeter-to-the-right typo. X-Git-Tag: OpenSSL_1_1_0-pre5~273 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d8292af423bffad00610ebe02d7a8868c7f95dfd;p=oweals%2Fopenssl.git config: fix off-by-centimeter-to-the-right typo. Reviewed-by: Viktor Dukhovni --- diff --git a/config b/config index 21c867f438..22fb57a479 100755 --- a/config +++ b/config @@ -770,7 +770,7 @@ case "$GUESSOS" in # PA-RISC 2.0 is no longer supported as separate 32-bit # target. This is compensated for by run-time detection # in most critical assembly modules and taking advantage - # of 2.0 architectire in PA-RISC 1.1 build. + # of 2.0 architecture in PA-RISC 1.1 build. OUT="hpux-parisc1_1-${CC}" elif [ $CPU_VERSION -ge 528 ]; then # PA-RISC 1.1+ CPU OUT="hpux-parisc1_1-${CC}"