Skip to content

Commit 32f6289

Browse files
committed
Merge pull request #26 from wagaun/master
Fixing typo on exception
2 parents e13c8ca + a50ebe3 commit 32f6289

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)