Skip to content

Commit 19048c4

Browse files
typo
[ci skip]
1 parent 41ff2b4 commit 19048c4

File tree

1 file changed

+2
-2
lines changed
  • src/main/java/org/cryptomator/integrations/mount

1 file changed

+2
-2
lines changed

src/main/java/org/cryptomator/integrations/mount/Mount.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public interface Mount extends AutoCloseable {
2424
* @throws UnmountFailedException If the unmount was not successful.
2525
* @see #unmountForced()
2626
*/
27-
void unmout() throws UnmountFailedException;
27+
void unmount() throws UnmountFailedException;
2828

2929
/**
3030
* If supported, force-unmount the volume.
@@ -37,7 +37,7 @@ default void unmountForced() throws UnmountFailedException {
3737
}
3838

3939
default void close() throws UnmountFailedException {
40-
unmout();
40+
unmount();
4141
}
4242

4343

0 commit comments

Comments
 (0)