diff options
Diffstat (limited to 'Modules/flmodule.c')
-rw-r--r-- | Modules/flmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/flmodule.c b/Modules/flmodule.c index 5b88be5..e2aa6a1 100644 --- a/Modules/flmodule.c +++ b/Modules/flmodule.c @@ -22,7 +22,7 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. * fine but a program with two threads using forms will probably crash (unless * the program takes precaution to ensure that only one thread can be in * this module at any time). This will have to be fixed some time. - * (A fix will probably also have to synchronise with the gl module). + * (A fix will probably also have to synchronize with the gl module). */ #include "Python.h" |