add bins/folders, fix listbox bad wdw ref, hide vicons fix, remove sort by time
[goodguy/history.git] / cinelerra-5.1 / guicast / bcwindowevents.h
index a7d9e00b2c9b584d8a1bf012cbde6026f94b0d50..22b611ff7e265d0d63ac41087c4aa6615b192b3c 100644 (file)
@@ -25,7 +25,7 @@
 // Thread running parallel to run_window which listens for X server events
 // only.  Hopefully, having it as the only thing calling the X server without
 // locks won't crash.  Previously, events were dispatched from BC_Repeater
-// asynchronous to the events recieved by XNextEvent.  BC_Repeater tended to
+// asynchronous to the events received by XNextEvent.  BC_Repeater tended to
 // lock up for no reason.