aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_if_details_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/capture_if_details_dlg.c
parentb76aaf82dacfe37f041998ea7a159c55c6cb40f0 (diff)
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/capture_if_details_dlg.c')
-rw-r--r--gtk/capture_if_details_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/capture_if_details_dlg.c b/gtk/capture_if_details_dlg.c
index 2565700866..5d00066a26 100644
--- a/gtk/capture_if_details_dlg.c
+++ b/gtk/capture_if_details_dlg.c
@@ -2413,7 +2413,7 @@ capture_if_details_open(char *iface)
/* couldn't even get the packet.dll version, must be a very old one or just not existing -> give up */
/* (this seems to be the case for 2.3 beta and all previous releases) */
simple_dialog(ESD_TYPE_WARN, ESD_BTN_OK,
- PRIMARY_TEXT_START "Couldn't optain WinPcap packet.dll version!" PRIMARY_TEXT_END
+ PRIMARY_TEXT_START "Couldn't obtain WinPcap packet.dll version!" PRIMARY_TEXT_END
"\n\nThe WinPcap packet.dll is not installed or the version you use seems to be very old!"
"\n\nPlease update/install WinPcap.");
return;