We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b5dd6b + 91bfe88 commit cfff29fCopy full SHA for cfff29f
README.md
@@ -14,7 +14,7 @@ Have you ever been annoyed by the fact that whenever you spawn a process in Java
14
threads (for every process) to pull data out of the ``stdout`` and ``stderr`` pipes and pump data into ``stdin``? If your
15
code starts a lot of processes you can have dozens or hundreds of threads doing nothing but pumping data.
16
17
-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
18
Java process and the spawned processes:
19
20
* Linux: uses epoll
0 commit comments