Index: myglut-macosx.c
===================================================================
--- myglut-macosx.c	(revision 830)
+++ myglut-macosx.c	(revision 831)
@@ -241,7 +241,7 @@
 
 static void exitFunc ()
 {
-    mylgutCloseWindow();
+    myglutCloseWindow();
 }
 
 static void aboutBox()
@@ -847,11 +847,11 @@
     handleEvents();
 }
 
-void mylgutCloseWindow(void)
+void myglutCloseWindow(void)
 {
     if (!initialized)
     {
-        raydium_log("(my)glut: call to mylgutCloseWindow without call to pwInit");
+        raydium_log("(my)glut: call to myglutCloseWindow without call to pwInit");
         return;
     }