aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_file_dlg.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-01-04 14:21:54 +0000
committerBill Meier <wmeier@newsguy.com>2009-01-04 14:21:54 +0000
commita392d821db1deb4c19cc791c18ffa77a6ae99199 (patch)
tree97a7c50a9f8e0d35fe37b97fd5de7af71b1788da /gtk/capture_file_dlg.c
parentbd9ac163366f25de8121792244fa8d908da9ec98 (diff)
Minor rewording of a few comments; fix a few typos.
svn path=/trunk/; revision=27151
Diffstat (limited to 'gtk/capture_file_dlg.c')
-rw-r--r--gtk/capture_file_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/capture_file_dlg.c b/gtk/capture_file_dlg.c
index 2db0064e16..ade9389a6f 100644
--- a/gtk/capture_file_dlg.c
+++ b/gtk/capture_file_dlg.c
@@ -579,7 +579,7 @@ file_open_cmd_cb(GtkWidget *widget, gpointer data _U_) {
gpointer dialog;
if((cfile.state != FILE_CLOSED) && !cfile.user_saved && prefs.gui_ask_unsaved) {
- /* user didn't saved his current file, ask him */
+ /* user didn't save his current file, ask him */
dialog = simple_dialog(ESD_TYPE_CONFIRMATION, ESD_BTNS_SAVE_DONTSAVE_CANCEL,
"%sSave capture file before opening a new one?%s\n\n"
"If you open a new capture file without saving, your capture data will be discarded.",