dedicated.c
changeset 915 013cb2d74800
parent 810 7c51ba5a4368
child 1046 d46ccd96c40f
--- a/dedicated.c	Thu Jan 06 17:40:57 2005 +0000
+++ b/dedicated.c	Thu Jan 06 18:45:28 2005 +0000
@@ -32,7 +32,7 @@
 #	define STDIN 0  /* file descriptor for standard input */
 #endif
 #ifdef __MORPHOS__
-/*  voids the fork, option will be disabled for morphos build anyway, because MorphOS 
+/*  voids the fork, option will be disabled for morphos build anyway, because MorphOS
  *  doesn't support forking (could only implemented with lots of code changes here).
  */
 int morphos_dummy_fork() { return -1; }