aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-12-03 07:30:26 -0800
committerGravatar Carl Worth <cworth@cworth.org>2009-12-03 07:30:26 -0800
commit48a1b8b0060c02d0ba111e3fc8a953bdc088cb88 (patch)
tree037e3f209495f49ef7f92854d0e1085b031437b3 /TODO
parent656709b5ed0ed216dd71e7376ac99e3b66f8ebd3 (diff)
TODO, emacs: Correct a few typos.
Sometime I'll stop misspelling things so much, honets.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 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