Index: Type.java =================================================================== --- Type.java (revision 1678448) +++ Type.java (working copy) @@ -149,7 +149,7 @@ return type; } } - throw new IllegalArgumentException("Unregonized Thrift TTypeId value: " + tType); + throw new IllegalArgumentException("Unrecognized Thrift TTypeId value: " + tType); } public static Type getType(String name) {