소스 검색

fix spelling

armin 5 년 전
부모
커밋
23c868b646
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main/ui/src/main/java/org/cryptomator/ui/addvaultwizard/CreateNewVaultNameController.java

+ 1 - 1
main/ui/src/main/java/org/cryptomator/ui/addvaultwizard/CreateNewVaultNameController.java

@@ -59,7 +59,7 @@ public class CreateNewVaultNameController implements FxController {
 	}
 
 	/**
-	 * Checks if {@link CreateNewVaultNameController#vaultName}is a valid directory name in the OS by creating and deleting a directory with the giving name in the temporary section of the OS
+	 * Checks if {@link CreateNewVaultNameController#vaultName}is a valid directory name in the OS by creating and deleting a directory with the given name in the temporary section of the OS
 	 * TODO: Logging
 	 *
 	 * @return true, if a directory with the name already exists or can be created