X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Fpluginclient.h;h=b59d71fd40376a48b9c4852f41a904ae83d32ca8;hb=c732a0ac2acad5f857d490ce0e7d4f22b41b1b54;hp=51a4ecc13ce97f4d063716bc6955c57401c22aef;hpb=72a6abf751403bd91464e77ff2cece01c9756a6b;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/pluginclient.h b/cinelerra-5.1/cinelerra/pluginclient.h index 51a4ecc1..b59d71fd 100644 --- a/cinelerra-5.1/cinelerra/pluginclient.h +++ b/cinelerra-5.1/cinelerra/pluginclient.h @@ -279,7 +279,7 @@ public: virtual void update_gui(); virtual void save_data(KeyFrame *keyframe) {}; // write the plugin settings to text in text format virtual void read_data(KeyFrame *keyframe) {}; // read the plugin settings from the text - int send_hide_gui(); // should be sent when the GUI recieves a close event from the user + int send_hide_gui(); // should be sent when the GUI receives a close event from the user // Destroys the window but not the thread pointer. void hide_gui(); @@ -507,13 +507,13 @@ public: int interactive; // for the progress bar plugin int success; int total_out_buffers; // total send buffers allocated by the server - int total_in_buffers; // total recieve buffers allocated by the server + int total_in_buffers; // total receive buffers allocated by the server int wr, rd; // File permissions for fileio plugins. // These give the largest fragment the plugin is expected to handle. // size of a send buffer to the server int64_t out_buffer_size; -// size of a recieve buffer from the server +// size of a receive buffer from the server int64_t in_buffer_size;