Skip to content

Commit a50ebe3

Browse files
committed
Fixing typo on exception
1 parent e13c8ca commit a50ebe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudinary-http44/src/main/java/com/cloudinary/http44/UploaderStrategy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public Map callApi(String action, Map<String, Object> params, Map options, Objec
104104
} else if (file == null) {
105105
// no-problem
106106
} else {
107-
throw new IOException("Uprecognized file parameter " + file);
107+
throw new IOException("Unrecognized file parameter " + file);
108108
}
109109
postMethod.setEntity(multipart.build());
110110

0 commit comments

Comments
 (0)