add IdentifierCollision
[jSite2.git] / src / net / pterodactylus / util / fcp / GetFailed.java
index c42f567..f897276 100644 (file)
@@ -182,7 +182,7 @@ public class GetFailed extends BaseMessage {
         * @return The description of the complex error
         */
        public String getComplexErrorDescription(int errorCode) {
-               return getField("Errors." + errorCode + ".Desecription");
+               return getField("Errors." + errorCode + ".Description");
        }
 
        /**