Skip to content

Commit cfff29f

Browse files
authored
Merge pull request #147 from BruceMcRooster/patch-1
Fix spelling in README.md
2 parents 3b5dd6b + 91bfe88 commit cfff29f

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
@@ -14,7 +14,7 @@ Have you ever been annoyed by the fact that whenever you spawn a process in Java
1414
threads (for every process) to pull data out of the ``stdout`` and ``stderr`` pipes and pump data into ``stdin``? If your
1515
code starts a lot of processes you can have dozens or hundreds of threads doing nothing but pumping data.
1616

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

2020
* Linux: uses epoll

0 commit comments

Comments
 (0)