aboutsummaryrefslogtreecommitdiff
path: root/test/search-output
diff options
context:
space:
mode:
authorAustin Clements <amdragon@MIT.EDU>2011-05-28 14:51:53 -0700
committerCarl Worth <cworth@cworth.org>2011-06-03 12:30:55 -0700
commitc62a0d016f79d6a55d62352029e74d09d4a2f438 (patch)
tree5f733413a0d9403a0178c8db5cbe9877b3259702 /test/search-output
parent8a7d4aa1b18031f31a1893727870fb5969ff9b3f (diff)
Fix misspelling in search output sanitization test.
A simple spelling fix in the text description. Signed-off-by: Jameson Graef Rollins <jrollins@finestructure.net>
Diffstat (limited to 'test/search-output')
-rwxr-xr-xtest/search-output2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/search-output b/test/search-output
index 1969b3f..3c875cd 100755
--- a/test/search-output
+++ b/test/search-output
@@ -304,7 +304,7 @@ cat <<EOF >EXPECTED
EOF
test_expect_equal_file OUTPUT EXPECTED
-test_begin_subtest "santize output for quoted-printable line-breaks in author and subject"
+test_begin_subtest "sanitize output for quoted-printable line-breaks in author and subject"
add_message "[subject]='two =?ISO-8859-1?Q?line=0A_subject?=
headers'"
notmuch search id:"$gen_msg_id" | notmuch_search_sanitize >OUTPUT