From 48a1b8b0060c02d0ba111e3fc8a953bdc088cb88 Mon Sep 17 00:00:00 2001
From: Carl Worth <cworth@cworth.org>
Date: Thu, 3 Dec 2009 07:30:26 -0800
Subject: [PATCH] TODO, emacs: Correct a few typos.

Sometime I'll stop misspelling things so much, honets.
---
 TODO       | 2 +-
 notmuch.el | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/TODO b/TODO
index 68ea2666..25c565fa 100644
--- a/TODO
+++ b/TODO
@@ -100,7 +100,7 @@ Index content from citations, please.
 Provide a sane syntax for date ranges. First, we don't want to require
 both endpoints to be specified. For example it would be nice to be
 able to say things like "since:2009-01-1" or "until:2009-01-1" and
-have the other enpoint be implicit. Second we'd like to support
+have the other endpoint be implicit. Second we'd like to support
 relative specifications of time such as "since:'2 months ago'". To do
 any of this we're probably going to need to break down an write our
 own parser for the query string rather than using Xapian's QueryParser
diff --git a/notmuch.el b/notmuch.el
index 84247aa5..7bbaaefa 100644
--- a/notmuch.el
+++ b/notmuch.el
@@ -391,7 +391,7 @@ point either forward or backward to the next visible character
 when a command ends with point on an invisible character).
 
 Emits an error if point is not within a valid message, (that is
-not pattern of `notmuch-show-message-begin-regexp' could be found
+no pattern of `notmuch-show-message-begin-regexp' could be found
 by searching backward)."
   (beginning-of-line)
   (if (not (looking-at notmuch-show-message-begin-regexp))
@@ -408,7 +408,7 @@ by searching backward)."
       (not (re-search-forward notmuch-show-message-begin-regexp nil t)))))
 
 (defun notmuch-show-message-unread-p ()
-  "Preficate testing whether current message is unread."
+  "Predicate testing whether current message is unread."
   (member "unread" (notmuch-show-get-tags)))
 
 (defun notmuch-show-next-message ()
-- 
2.45.2