Browse Source

changes spelling of the word dokany

infeo 6 years ago
parent
commit
194f373c08

+ 1 - 1
main/commons/src/main/java/org/cryptomator/common/settings/VolumeImpl.java

@@ -5,7 +5,7 @@ import java.util.Arrays;
 public enum VolumeImpl {
 	WEBDAV("WebDAV"),
 	FUSE("FUSE"),
-	DOKANY("DOKANY");
+	DOKANY("Dokany");
 
 	private String displayName;