summaryrefslogtreecommitdiff
path: root/gtk/airpcap_dlg.c
diff options
context:
space:
mode:
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;
}