Skip to content

Commit d36f573

Browse files
authored
Merge pull request #5 from CoolCanuck/master
small spelling fix
2 parents 04cd43c + 712e9e4 commit d36f573

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)