Skip to content

Commit 5d124a1

Browse files
committed
fix typo
1 parent d0bc09f commit 5d124a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/cryptomator/linux/sidebar/NautilusSidebarService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public void remove() throws SidebarServiceException {
6969
}
7070
isRemoved = true;
7171
} catch (IOException e) {
72-
throw new SidebarServiceException("Removing entry from Nautilus bookmarks faile failed", e);
72+
throw new SidebarServiceException("Removing entry from Nautilus bookmarks file failed", e);
7373
} finally {
7474
BOOKMARKS_LOCK.unlock();
7575
}

0 commit comments

Comments
 (0)