* test-mu-cmd-find.c: update unit test for --format=mutt-ab changes

This commit is contained in:
Dirk-Jan C. Binnema
2011-07-13 23:28:05 +03:00
parent f9a55ad4aa
commit 3bf7c4d641
2 changed files with 2 additions and 1 deletions

View File

@ -76,7 +76,7 @@ print_header (OutputFormat format)
";;; file-version: 6\n");
break;
case FORMAT_MUTT_AB:
g_print ("Matching address in the mu database:\n");
g_print ("Matching addresses in the mu database:\n");
break;
default:
break;