]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/samples/ide/activegrid/tool/process.py
Applied patch [ 1212020 ] MediaCtrl DirectShow drawing and sample
[wxWidgets.git] / wxPython / samples / ide / activegrid / tool / process.py
index a521f0cf509d27cc5dbc2663c0cf9d12341867be..691c1396991e3bff88f4ebdbe5f936f8e39c1721 100644 (file)
@@ -1924,7 +1924,7 @@ class IOBuffer:
 
         self.__buf = ''
         # A state change is defined as the buffer being closed or a
-        # write occuring.
+        # write occurring.
         if mutex is not None:
             self._mutex = mutex
         else: