aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorSake Blok <sake@euronet.nl>2007-10-16 23:42:33 +0000
committerSake Blok <sake@euronet.nl>2007-10-16 23:42:33 +0000
commit6bec9d3d9e9382f41924339563f17aba6b346798 (patch)
tree0f87cd34f039a68004ef24dc4d35b3653ff2f3fd /gtk
parent4e6eec17b131555d08fec348dfd861339a288c28 (diff)
From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: "Buffer lenght:"
(recursively grepped through the source and corrected all occurences, even the ones just in comments) svn path=/trunk/; revision=23211
Diffstat (limited to 'gtk')
-rw-r--r--gtk/airpcap_dlg.c2
-rw-r--r--gtk/airpcap_dlg.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gtk/airpcap_dlg.c b/gtk/airpcap_dlg.c
index 81f41ea356..1616efc55c 100644
--- a/gtk/airpcap_dlg.c
+++ b/gtk/airpcap_dlg.c
@@ -339,7 +339,7 @@ on_add_type_en_changed(GtkWidget *w, gpointer data)
}
/*
- * Returns FALSE if a text string has lenght 0, i.e. the first char
+ * Returns FALSE if a text string has length 0, i.e. the first char
* is '\0', TRUE otherwise
*/
gboolean
diff --git a/gtk/airpcap_dlg.h b/gtk/airpcap_dlg.h
index 82cc3373c9..5585dfe8da 100644
--- a/gtk/airpcap_dlg.h
+++ b/gtk/airpcap_dlg.h
@@ -32,7 +32,7 @@
#define AIRPCAP_ADVANCED_FROM_OPTIONS 1
/*
- * Returns FALSE if a text string has lenght 0, i.e. the first char
+ * Returns FALSE if a text string has length 0, i.e. the first char
* is '\0', TRUE otherwise
*/
gboolean