We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0bc09f commit 5d124a1Copy full SHA for 5d124a1
src/main/java/org/cryptomator/linux/sidebar/NautilusSidebarService.java
@@ -69,7 +69,7 @@ public void remove() throws SidebarServiceException {
69
}
70
isRemoved = true;
71
} catch (IOException e) {
72
- throw new SidebarServiceException("Removing entry from Nautilus bookmarks faile failed", e);
+ throw new SidebarServiceException("Removing entry from Nautilus bookmarks file failed", e);
73
} finally {
74
BOOKMARKS_LOCK.unlock();
75
0 commit comments