Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correct another typo.
  • Loading branch information
peschwa committed Mar 21, 2015
1 parent f99b014 commit dce84ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/jvm/runtime/org/perl6/nqp/tools/EvalServer.java
Expand Up @@ -102,7 +102,7 @@ private void run() throws Exception {
EnumSet.of(PosixFilePermission.OWNER_READ, PosixFilePermission.OWNER_WRITE);
Files.setPosixFilePermissions(tokenPath, perms);
} catch (UnsupportedOperationException e) {
// non-posix systems tend not to have such wide default perms, so this is safe to ignor
// non-posix systems tend not to have such wide default perms, so this is safe to ignore
}
tokenCh.write(ByteBuffer.wrap( String.format("%d %s\n", serv.socket().getLocalPort(), cookie).getBytes("UTF-8") ));

Expand Down

0 comments on commit dce84ec

Please sign in to comment.