From 4dda62f5911eefe4c0476d1e148256545e3c931e Mon Sep 17 00:00:00 2001 From: Andy Maloney Date: Thu, 16 Jul 2020 12:54:15 -0400 Subject: Fix spelling & grammar in comments, docs, and messages --- doc/classes/AESContext.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes/AESContext.xml') diff --git a/doc/classes/AESContext.xml b/doc/classes/AESContext.xml index ab4d0e0bc3..ff433370bd 100644 --- a/doc/classes/AESContext.xml +++ b/doc/classes/AESContext.xml @@ -51,7 +51,7 @@ - Get the current IV state for this context (IV gets updated when calling [method update]). You normally don't need this funciton. + Get the current IV state for this context (IV gets updated when calling [method update]). You normally don't need this function. Note: This function only makes sense when the context is started with [constant MODE_CBC_ENCRYPT] or [constant MODE_CBC_DECRYPT]. -- cgit v1.2.3