summaryrefslogtreecommitdiff
path: root/alpine/adrbkcmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'alpine/adrbkcmd.c')
-rw-r--r--alpine/adrbkcmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine/adrbkcmd.c b/alpine/adrbkcmd.c
index 66b1191..9fb5825 100644
--- a/alpine/adrbkcmd.c
+++ b/alpine/adrbkcmd.c
@@ -6802,7 +6802,7 @@ _("\n \"^G\" for help specific to each item. \"^X\" to make the query, or \"^C\"
if(categories > 0 || *sq->custom)
filter = (CUSTOM_FILT_S *)fs_get(sizeof(CUSTOM_FILT_S));
- /* combine the configed filters with this filter */
+ /* combine the configured filters with this filter */
if(*sq->custom){
string = "";
filter->filt = sq->custom;