From f27fa54388d93aff9ad837583fdcaa63d04cb35e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bodo=20M=C3=B6ller?= <bodo@openssl.org>
Date: Mon, 17 Jun 2002 13:59:36 +0000
Subject: [PATCH] typo

---
 NEWS | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 343eea600..06e165a45 100644
--- a/NEWS
+++ b/NEWS
@@ -21,9 +21,8 @@
         against libdes providing similar functions having the same name).
         Provide macros for backward compatibility (will be removed in the
         future).
-      o Unifiy handling of cryptographic algorithms (software and
-        engine) to be available via EVP routines for asymmetric and
-        symmetric ciphers.
+      o Unify handling of cryptographic algorithms (software and engine)
+        to be available via EVP routines for asymmetric and symmetric ciphers.
       o NCONF: new configuration handling routines.
       o Change API to use more 'const' modifiers to improve error checking
         and help optimizers.