We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2896c0c commit 7714e81Copy full SHA for 7714e81
java/ql/lib/semmle/code/java/os/OSCheck.qll
@@ -69,7 +69,7 @@ private class IsUnixFromApacheCommons extends IsUnixGuard instanceof FieldAccess
69
/**
70
* A guard that checks if the `java.nio.file.FileSystem` supports posix file permissions.
71
* This is often used to infer if the OS is unix-based.
72
- * Looks for calls to `contains("poxix")` on the `supportedFileAttributeViews` method returned by `FileSystem`.
+ * Looks for calls to `contains("posix")` on the `supportedFileAttributeViews` method returned by `FileSystem`.
73
*/
74
private class IsUnixFromPosixFromFileSystem extends IsUnixGuard instanceof MethodAccess {
75
IsUnixFromPosixFromFileSystem() {
0 commit comments