From 3a25b96cafee00b932cbc827cb1ef07a08f8ee05 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Bodo=20M=C3=B6ller?= <bodo@openssl.org>
Date: Wed, 18 Apr 2001 15:11:42 +0000
Subject: [PATCH] typo

---
 CHANGES | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGES b/CHANGES
index f284da3696..f2d5a4f7e5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,7 +13,7 @@
 
   *) Move 'if (!initialized) RAND_poll()' into regions protected by
      CRYPTO_LOCK_RAND.  This is not strictly necessary, but avoids
-     having multiple threads calling RAND_poll() concurrently.
+     having multiple threads call RAND_poll() concurrently.
      [Bodo Moeller]
 
   *) In crypto/rand/md_rand.c, replace 'add_do_not_lock' flag by a
-- 
2.40.0