aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Pieter Praet <pieter@praet.org>2011-06-20 22:14:21 +0200
committerGravatar Carl Worth <cworth@cworth.org>2011-06-23 15:58:39 -0700
commit8bb6f7869c4c98190f010d60409938b1c50c5968 (patch)
tree9872945a723a4c357572db8340c1e5090c7683ba /test
parent730acd4764535e19f4a461753a3ea1623af42f71 (diff)
fix sum moar typos [comments in source code]
Various typo fixes in comments within the source code. Signed-off-by: Pieter Praet <pieter@praet.org> Edited-by: Carl Worth <cworth@cworth.org> Restricted to just source-code comments, (and fixed fix of "descriptios" to "descriptors" rather than "descriptions").
Diffstat (limited to 'test')
-rwxr-xr-xtest/crypto2
-rwxr-xr-xtest/maildir-sync2
-rwxr-xr-xtest/test-lib.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/test/crypto b/test/crypto
index 8e920167..01daffe7 100755
--- a/test/crypto
+++ b/test/crypto
@@ -318,7 +318,7 @@ test_expect_equal \
"$expected"
test_begin_subtest "signature verification with revoked key"
-# generate revokation certificate and load it to revoke key
+# generate revocation certificate and load it to revoke key
echo "y
1
Notmuch Test Suite key revocation (automated) $(date '+%F_%T%z')
diff --git a/test/maildir-sync b/test/maildir-sync
index 2b43127e..c99dbec8 100755
--- a/test/maildir-sync
+++ b/test/maildir-sync
@@ -85,7 +85,7 @@ test_expect_equal "$output" "No new mail."
# test created directory document in the database but this document
# was not linked as subdirectory of $MAIL_DIR. Therefore notmuch new
# could not reach the cur/ directory and its files in it during
-# recurive traversal.
+# recursive traversal.
#
# XXX: The above sounds like a bug that should be fixed. If notmuch is
# creating new directories in the mail store, then it should be
diff --git a/test/test-lib.sh b/test/test-lib.sh
index a59d1c13..cc20f414 100755
--- a/test/test-lib.sh
+++ b/test/test-lib.sh
@@ -424,7 +424,7 @@ test_begin_subtest ()
error "bug in test script: Missing test_expect_equal in ${BASH_SOURCE[1]}:${BASH_LINENO[0]}"
fi
test_subtest_name="$1"
- # Remember stdout and stderr file descriptios and redirect test
+ # Remember stdout and stderr file descriptors and redirect test
# output to the previously prepared file descriptors 3 and 4 (see
# below)
if test "$verbose" != "t"; then exec 4>test.output 3>&4; fi