summaryrefslogtreecommitdiff
path: root/gtk/profile_dlg.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-04-08 13:41:30 +0000
committerBill Meier <wmeier@newsguy.com>2009-04-08 13:41:30 +0000
commit321506c076b5d2ed1cc4cc5c74569093b3e1aca0 (patch)
tree8452f326fe422f58ce23b34cc250db27fd0082de /gtk/profile_dlg.c
parent0beccd173fb12cab957bfbf7e170b51d39b259e4 (diff)
downloadwireshark-321506c076b5d2ed1cc4cc5c74569093b3e1aca0.tar.gz
(Trivial) Fix some spelling & etc in comments
svn path=/trunk/; revision=27996
Diffstat (limited to 'gtk/profile_dlg.c')
-rw-r--r--gtk/profile_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/profile_dlg.c b/gtk/profile_dlg.c
index eeec1c00a5..510f26888e 100644
--- a/gtk/profile_dlg.c
+++ b/gtk/profile_dlg.c
@@ -204,7 +204,7 @@ fill_list(GtkWidget *main_w)
ws_dir_close (dir);
}
- /* Make the current list an the edited list equal */
+ /* Make the current list and the edited list equal */
copy_profile_list ();
return l_select;