diff --git a/doc/TODO b/doc/TODO
index 30bb3609920978616d8ddec729519c022c6b4139..172e31d71c782ea54d8674b65b21466cabfcbd01 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Sat Aug  3 23:59:33 EDT 2002
+Last updated:		Sun Aug  4 00:16:54 EDT 2002
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -241,7 +241,7 @@ Commands
 
 * SERVER-SIDE LANGUAGES
 	o Allow PL/PgSQL's RAISE function to take expressions
-	o -Fix PL/PgSQL to handle quoted mixed-case identifiers
+	o Fix PL/PgSQL to handle quoted mixed-case identifiers
 	o Change PL/PgSQL to use palloc() instead of malloc()
 	o Add untrusted version of plpython
 	o Add plsh server-side shell language (Peter E)