Skip to content

Commit 7fbc3a5

Browse files
committed
Merge pull request #111133 from versjon/master
Fix typo "blocker" to "block" in AESContext
2 parents b67b765 + 54094b9 commit 7fbc3a5

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)