Skip to content

Commit 712e9e4

Browse files
authored
small spelling fix
1 parent 04cd43c commit 712e9e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

remotesync-api/src/main/java/org/piwigo/remotesync/api/sync/ConnectedWalker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ protected Integer createImage(File file, Integer albumId) throws IOException {
9696
request.setCategory(albumId);
9797
return client.sendRequest(request).image_id;
9898
} catch (ClientServerException e) {
99-
logger.error("Cannot updload image for " + file, e);
99+
logger.error("Cannot upload image for " + file, e);
100100
return null;
101101
}
102102
}

0 commit comments

Comments
 (0)