aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_table.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-12-20 01:39:16 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-12-20 01:39:16 +0000
commit45e13d693b77a9215eacb5b75d13636e5334ea9b (patch)
treeaa6f03142af5909b47fec497798be5dcc9c14b76 /gtk/hostlist_table.c
parent2060747e323bc18ae7f818fcb7317fac9f826842 (diff)
Fix some typos and spelling
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27070 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/hostlist_table.c')
-rw-r--r--gtk/hostlist_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/hostlist_table.c b/gtk/hostlist_table.c
index 96cccad773..e7f9c9863c 100644
--- a/gtk/hostlist_table.c
+++ b/gtk/hostlist_table.c
@@ -741,7 +741,7 @@ init_hostlist_table(gboolean hide_ports, const char *table_name, const char *tap
copy_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_COPY);
gtk_tooltips_set_tip(tooltips, copy_bt,
- "Copy all statistical values of this page to the clipboard in CSV (Comma Seperated Values) format.", NULL);
+ "Copy all statistical values of this page to the clipboard in CSV (Comma Separated Values) format.", NULL);
g_object_set_data(G_OBJECT(copy_bt), HOST_PTR_KEY, hosttable);
g_signal_connect(copy_bt, "clicked", G_CALLBACK(copy_as_csv_cb), NULL);