Browse Source

Merge pull request #111133 from versjon/master

Fix typo "blocker" to "block" in AESContext
Thaddeus Crews 2 months ago
parent
commit
7fbc3a5307
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/classes/AESContext.xml

+ 2 - 2
doc/classes/AESContext.xml

@@ -118,10 +118,10 @@
 			AES electronic codebook decryption mode.
 		</constant>
 		<constant name="MODE_CBC_ENCRYPT" value="2" enum="Mode">
-			AES cipher blocker chaining encryption mode.
+			AES cipher block chaining encryption mode.
 		</constant>
 		<constant name="MODE_CBC_DECRYPT" value="3" enum="Mode">
-			AES cipher blocker chaining decryption mode.
+			AES cipher block chaining decryption mode.
 		</constant>
 		<constant name="MODE_MAX" value="4" enum="Mode">
 			Maximum value for the mode enum.