fix example command-line
[exim.git] / doc / doc-txt / openssl.txt
index 6e6db9f69cefec0966d50986bcbc6bd357860ef4..f572034058d27b609f5982b856bf78fdbee7fe4e 100644 (file)
@@ -36,8 +36,7 @@ Extract the current source of OpenSSL.  Change into that directory.
 This assumes that `/opt/openssl` is not in use.  If it is, pick
 something else.  `/opt/exim/openssl` perhaps.
 
-    ./config --prefix=/opt/openssl --openssldir=/etc/ssl
-    enable-ssl-trace
+    ./config --prefix=/opt/openssl --openssldir=/etc/ssl enable-ssl-trace
     make
     make install
 
@@ -77,7 +76,7 @@ To look at the libraries _probably_ found by the linker, use:
     ldd $(which exim)          # most platforms
     otool -L $(which exim)     # MacOS
 
-although that does not correclty handle restrictions imposed upon
+although that does not correctly handle restrictions imposed upon
 executables which are setuid.
 
 If the `chrpath` package is installed, then: