summaryrefslogtreecommitdiff
path: root/gtk/airpcap_dlg.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-10-17 01:29:55 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-10-17 01:29:55 +0000
commita1b7a22a8ea88fafb16aa87cd7df4554196592fb (patch)
tree5cf2dd68394ea163507828808dd5063aa06b8822 /gtk/airpcap_dlg.c
parentb76aaf82dacfe37f041998ea7a159c55c6cb40f0 (diff)
downloadwireshark-a1b7a22a8ea88fafb16aa87cd7df4554196592fb.tar.gz
from Stephen Fisher:
Here is a patch for spelling typos in comments and strings in the gtk/ directories. svn path=/trunk/; revision=19568
Diffstat (limited to 'gtk/airpcap_dlg.c')
-rw-r--r--gtk/airpcap_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/airpcap_dlg.c b/gtk/airpcap_dlg.c
index 41737d47a9..ba72c531ed 100644
--- a/gtk/airpcap_dlg.c
+++ b/gtk/airpcap_dlg.c
@@ -272,7 +272,7 @@ if(keys_in_list > 0)
if(!KeysCollection)
{
/* Simple dialog ERROR */
- simple_dialog(ESD_TYPE_ERROR,ESD_BTN_OK,"%s","Failed mamory allocation for KeysCollection!");
+ simple_dialog(ESD_TYPE_ERROR,ESD_BTN_OK,"%s","Failed memory allocation for KeysCollection!");
return;
}