Browse Source

Merge pull request #4820 from markknol/patch-4

Small typo in BaseCode class description
Simon Krajewski 9 years ago
parent
commit
3adf1b07dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/haxe/crypto/BaseCode.hx

+ 1 - 1
std/haxe/crypto/BaseCode.hx

@@ -22,7 +22,7 @@
 package haxe.crypto;
 package haxe.crypto;
 
 
 /**
 /**
-	Allows to encode/decode String and bytes using a power of two base dictionnary.
+	Allows to encode/decode String and bytes using a power of two base dictionary.
 **/
 **/
 class BaseCode {
 class BaseCode {