Minor spelling mistake in exception

This commit is contained in:
Gareth Evans
2022-01-20 08:06:07 +00:00
committed by GitHub
parent 24666ed766
commit 6ae39f9e87

View File

@@ -119,7 +119,7 @@ public final class Binding {
try {
return !Files.isHidden(p);
} catch (IOException e) {
throw new IllegalStateException(String.format("unable to determin id file '%s' is hidden", p), e);
throw new IllegalStateException(String.format("unable to determine id file '%s' is hidden", p), e);
}
})
.filter(p -> !Files.isDirectory(p))