aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2008-11-27 09:33:17 +0000
committerStephen Fisher <steve@stephen-fisher.com>2008-11-27 09:33:17 +0000
commit6b9154b31ff6c0f5a920d93196f38eb5296d3942 (patch)
tree45a15472a163ac6bf4945438b4534e73f4b48cb9 /gtk
parentc36e74116e30d7b7a291cd12b4c90de266a9c89e (diff)
Fix a typo.
svn path=/trunk/; revision=26862
Diffstat (limited to 'gtk')
-rw-r--r--gtk/filter_dlg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/filter_dlg.h b/gtk/filter_dlg.h
index b7c5f0a13e..ce07660eae 100644
--- a/gtk/filter_dlg.h
+++ b/gtk/filter_dlg.h
@@ -121,7 +121,7 @@ void filter_te_syntax_check_cb(GtkWidget *widget);
*/
#define E_FILT_FILTER_TE_KEY "filter_filter_te"
-/** Only validate a singel field entry. */
+/** Only validate a single field entry. */
#define E_FILT_FIELD_NAME_ONLY_KEY "filter_field_name_only"
/** Update statusbar when changing the filter entry. */