From 9a3d4a0f2a193e1f45e70592ebe7dc01fdfdb7c2 Mon Sep 17 00:00:00 2001
From: Carl Worth <cworth@cworth.org>
Date: Thu, 22 Apr 2010 13:21:15 -0700
Subject: [PATCH] test: Improve grammar in test-message subjects.

Before codifying these in any expected test output, I'd like them to
at least resemble English.
---
 test/notmuch-test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/notmuch-test b/test/notmuch-test
index f0c0aad6..c6703f0e 100755
--- a/test/notmuch-test
+++ b/test/notmuch-test
@@ -94,7 +94,7 @@ generate_message ()
     fi
 
     if [ -z "${template[body]}" ]; then
-	template[body]="This is just test message (#${gen_msg_cnt})"
+	template[body]="This is just a test message (#${gen_msg_cnt})"
     fi
 
     if [ -z "${template[from]}" ]; then
-- 
2.45.2