We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e2f75c commit 91bfe88Copy full SHA for 91bfe88
README.md
@@ -16,7 +16,7 @@ Have you ever been annoyed by the fact that whenever you spawn a process in Java
16
threads (for every process) to pull data out of the ``stdout`` and ``stderr`` pipes and pump data into ``stdin``? If your
17
code starts a lot of processes you can have dozens or hundreds of threads doing nothing but pumping data.
18
19
-NuProcess uses the JNA library to use platform-specific native APIs to achive non-blocking I/O on the pipes between your
+NuProcess uses the JNA library to use platform-specific native APIs to achieve non-blocking I/O on the pipes between your
20
Java process and the spawned processes:
21
22
* Linux: uses epoll
0 commit comments