diff options
author | Pavel Roskin <prroskin@amazon.com> | 2016-01-14 16:32:09 +0000 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-01-14 08:47:50 -0800 |
commit | 964e860072cd4871481481d5b3ffa96abb1bac35 (patch) | |
tree | 10f00786ae0b59038feac3128ad073d248fbbd92 /tests/gtcp_proxy | |
parent | 380c0cd2e77ece844691c3a67b17debb1f514fd5 (diff) | |
download | xrdp-proprietary-964e860072cd4871481481d5b3ffa96abb1bac35.tar.gz xrdp-proprietary-964e860072cd4871481481d5b3ffa96abb1bac35.zip |
Run through codespell
Diffstat (limited to 'tests/gtcp_proxy')
-rw-r--r-- | tests/gtcp_proxy/gtcp-proxy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gtcp_proxy/gtcp-proxy.c b/tests/gtcp_proxy/gtcp-proxy.c index 39555c76..7b6312b0 100644 --- a/tests/gtcp_proxy/gtcp-proxy.c +++ b/tests/gtcp_proxy/gtcp-proxy.c @@ -611,7 +611,7 @@ static gboolean on_delete_event(GtkWidget *widget, GdkEvent *ev, gpointer data) static void on_destroy(GtkWidget *widget, gpointer data) { - /* this will destory all windows and return control to gtk_main() */ + /* this will destroy all windows and return control to gtk_main() */ gtk_main_quit(); } @@ -673,6 +673,6 @@ static void on_clear_clicked(GtkWidget *widget, gpointer data) static void on_quit_clicked(GtkWidget *widget, gpointer data) { - /* this will destory all windows and return control to gtk_main() */ + /* this will destroy all windows and return control to gtk_main() */ gtk_main_quit(); } |