diff options
author | Andy Maloney <asmaloney@gmail.com> | 2020-07-16 12:54:15 -0400 |
---|---|---|
committer | Andy Maloney <asmaloney@gmail.com> | 2020-07-21 15:17:23 -0400 |
commit | 4dda62f5911eefe4c0476d1e148256545e3c931e (patch) | |
tree | ad4de6d84dd44d39b41ae6be6eb9d4f7cec6ce4e /doc/classes/AESContext.xml | |
parent | 9e34ba48556b71f1f672b5be47d12b0e3f679b86 (diff) | |
download | redot-engine-4dda62f5911eefe4c0476d1e148256545e3c931e.tar.gz |
Fix spelling & grammar in comments, docs, and messages
Diffstat (limited to 'doc/classes/AESContext.xml')
-rw-r--r-- | doc/classes/AESContext.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <return type="PackedByteArray"> </return> <description> - 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]. </description> </method> |