X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbcwindowevents.h;h=22b611ff7e265d0d63ac41087c4aa6615b192b3c;hp=a7d9e00b2c9b584d8a1bf012cbde6026f94b0d50;hb=a19a685a46ddc630010788707d9e5b9d2342af46;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd diff --git a/cinelerra-5.1/guicast/bcwindowevents.h b/cinelerra-5.1/guicast/bcwindowevents.h index a7d9e00b..22b611ff 100644 --- a/cinelerra-5.1/guicast/bcwindowevents.h +++ b/cinelerra-5.1/guicast/bcwindowevents.h @@ -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.