[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] Fix typo
Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/tmp/cvs-serv21940/minion
Modified Files:
HACKING
Log Message:
Fix typo
Index: HACKING
===================================================================
RCS file: /home/minion/cvsroot/src/minion/HACKING,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- HACKING 14 Jul 2003 22:16:00 -0000 1.20
+++ HACKING 28 Jul 2003 00:53:55 -0000 1.21
@@ -30,9 +30,9 @@
- We need a native (non-Cygwin) windows port! (Right now, I can make the
client work, but the server needs to be tested, and we need an installer.)
- good start.) Most of the code is in Python, and what C we have builds
- fine. Some known issues in the source are marked with comments labeled
- WWWW. Other areas of potential difficulty are:
+ Most of the code is in Python, and what C we have builds fine. Some known
+ issues in the source are marked with comments labeled WWWW. Other areas of
+ potential difficulty are:
- Binaries and installer. (We should provide two versions: one that
comes with a Python interpreter, and one that doesn't. They should
both be easy to generate.)