Skip to content

Commit 91bfe88

Browse files
Fix spelling
"achive" -> "achieve"
1 parent 9e2f75c commit 91bfe88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Have you ever been annoyed by the fact that whenever you spawn a process in Java
1616
threads (for every process) to pull data out of the ``stdout`` and ``stderr`` pipes and pump data into ``stdin``? If your
1717
code starts a lot of processes you can have dozens or hundreds of threads doing nothing but pumping data.
1818

19-
NuProcess uses the JNA library to use platform-specific native APIs to achive non-blocking I/O on the pipes between your
19+
NuProcess uses the JNA library to use platform-specific native APIs to achieve non-blocking I/O on the pipes between your
2020
Java process and the spawned processes:
2121

2222
* Linux: uses epoll

0 commit comments

Comments
 (0)