Skip to content

Commit 54094b9

Browse files
authored
Fixed typo "blocker" to "block" in AESContext
Changed 'AES cipher blocker chaining' to 'AES cipher block chaining' in two mode definitions in AESContext
1 parent caefb0f commit 54094b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/classes/AESContext.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@
118118
AES electronic codebook decryption mode.
119119
</constant>
120120
<constant name="MODE_CBC_ENCRYPT" value="2" enum="Mode">
121-
AES cipher blocker chaining encryption mode.
121+
AES cipher block chaining encryption mode.
122122
</constant>
123123
<constant name="MODE_CBC_DECRYPT" value="3" enum="Mode">
124-
AES cipher blocker chaining decryption mode.
124+
AES cipher block chaining decryption mode.
125125
</constant>
126126
<constant name="MODE_MAX" value="4" enum="Mode">
127127
Maximum value for the mode enum.

0 commit comments

Comments
 (0)