summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-09-10 18:59:53 +0000
committerBodo Möller <bodo@openssl.org>2001-09-10 18:59:53 +0000
commite13ae96d7c7c7ea8dac01920da96d991f6760acc (patch)
tree9aa58bcfc344ad8c26dc224a1b358f977904f16c /CHANGES
parent9f29ec47216b8c5ad6812f1bbd998076c4c5babf (diff)
While ispell may not like it, "cancelling" may be spelt with two "l"s
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index e785190959..7ae61a558f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -584,7 +584,7 @@ des-cbc 3624.96k 5258.21k 5530.91k 5624.30k 5628.26k
missing functions (including a catch-all ENGINE_cpy that duplicates
all ENGINE values onto a new ENGINE except reference counts/state).
- Removed NULL parameter checks in get/set functions. Setting a method
- or function to NULL is a way of canceling out a previously set
+ or function to NULL is a way of cancelling out a previously set
value. Passing a NULL ENGINE parameter is just plain stupid anyway
and doesn't justify the extra error symbols and code.
- Deprecate the ENGINE_FLAGS_MALLOCED define and move the area for