Merge pull request #62 from garethjevans/patch-1

Minor spelling mistake in exception
This commit is contained in:
Daniel Mikusa
2022-01-20 08:17:41 -05:00
committed by GitHub

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))