From 4ad40ce109ecd2342c7f9cdc35e37e463249058e Mon Sep 17 00:00:00 2001 From: Robert Treat Date: Fri, 1 Jan 2010 23:51:28 -0500 Subject: [PATCH] fix typo --- classes/database/Postgres73.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/database/Postgres73.php b/classes/database/Postgres73.php index b00bc8d4..11e141c6 100644 --- a/classes/database/Postgres73.php +++ b/classes/database/Postgres73.php @@ -212,7 +212,7 @@ class Postgres73 extends Postgres74 { return 0; } - // Indexe functions + // Index functions /** * Grabs a list of indexes for a table -- 2.39.5