shithub: orca

Download patch

ref: 1c560da722e15a60f901d38eb377dcd35d7090a2
parent: 883e063f8bf6ea8a858193c69a1690c3e9e3d185
author: cancel <cancel@cancel.fm>
date: Tue Dec 11 17:01:57 EST 2018

Fix typo

--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@
 
 Interactive terminal UI: The above, plus ncurses (or compatible curses library), and floating point support (for timing.)
 
-Note: the core library for running an orca virtual machine *should* in theory build on anything, but the project is being worked on quickly right now, so it might accidentally include something from POSIX that isn't available on Windows, for example. The header files also need some restructuring. Please open an issue or send a message on twitter if you need help building the core virtual machine for your own use, and I'll try to clean it for you.
+Note: the core library for running an orca virtual machine *should* in theory build on anything, but the project is being worked on quickly right now, so it might accidentally include something from POSIX that isn't available on Windows, for example. The header files also need some restructuring. Please open an issue or send a message on twitter if you need help building the core virtual machine for your own use, and I'll try to clean it up for you.
 
 ## Build