Browse Source

Merge branch 'development' into tmeta

Simon Krajewski 12 years ago
parent
commit
e1759e2b32
1 changed files with 1 additions and 1 deletions
  1. 1 1
      genjava.ml

+ 1 - 1
genjava.ml

@@ -633,7 +633,7 @@ struct
     run
     run
 
 
   let configure gen (mapping_func:texpr->texpr) =
   let configure gen (mapping_func:texpr->texpr) =
-    (if java_hash "Testing string hashCode implementation from Haxe" <> (Int32.of_int 545883604) then assert false);
+    (if java_hash "Testing string hashCode implementation from haXe" <> (Int32.of_int 545883604) then assert false);
     let map e = Some(mapping_func e) in
     let map e = Some(mapping_func e) in
     gen.gsyntax_filters#add ~name:name ~priority:(PCustom priority) map
     gen.gsyntax_filters#add ~name:name ~priority:(PCustom priority) map