Skip to content

Commit dce84ec

Browse files
committed
Correct another typo.
1 parent f99b014 commit dce84ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vm/jvm/runtime/org/perl6/nqp/tools/EvalServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ private void run() throws Exception {
102102
EnumSet.of(PosixFilePermission.OWNER_READ, PosixFilePermission.OWNER_WRITE);
103103
Files.setPosixFilePermissions(tokenPath, perms);
104104
} catch (UnsupportedOperationException e) {
105-
// non-posix systems tend not to have such wide default perms, so this is safe to ignor
105+
// non-posix systems tend not to have such wide default perms, so this is safe to ignore
106106
}
107107
tokenCh.write(ByteBuffer.wrap( String.format("%d %s\n", serv.socket().getLocalPort(), cookie).getBytes("UTF-8") ));
108108

0 commit comments

Comments
 (0)