From 0cdf4d96bcd3b82ef712243f783a54da04a95bda Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Mon, 11 Feb 2002 18:14:56 +0000
Subject: [PATCH] Fix typo.

< 	o prevent lose of indexes, permissions, inheritance (Bruce)
---
> 	o prevent loss of indexes, permissions, inheritance (Bruce)
---
 doc/TODO | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/TODO b/doc/TODO
index 48e2cd61292..64e63aa08b3 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Fri Feb  8 01:41:04 EST 2002
+Last updated:		Mon Feb 11 13:14:25 EST 2002
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -188,7 +188,7 @@ COMMANDS
 
 * CLUSTER
 	o cluster all tables at once
-	o prevent lose of indexes, permissions, inheritance (Bruce)
+	o prevent loss of indexes, permissions, inheritance (Bruce)
 	o Automatically maintain clustering on a table
 
 * COPY
-- 
GitLab