From eef6d96ac51629f716291e81f07e54afe915ee8e Mon Sep 17 00:00:00 2001 From: Anthony Towns Date: Mon, 5 Dec 2005 04:42:57 +0000 Subject: [PATCH] fix typos in init_pool.sql-security --- init_pool.sql-security | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init_pool.sql-security b/init_pool.sql-security index 4f619754..7e47d3ca 100644 --- a/init_pool.sql-security +++ b/init_pool.sql-security @@ -1,8 +1,8 @@ CREATE TABLE disembargo ( package TEXT NOT NULL, - version TEXT NOT NULL, + version TEXT NOT NULL ); GRANT ALL ON disembargo TO GROUP ftpmaster; -GRENT SELECT ON disembargo TO PUBLIC; +GRANT SELECT ON disembargo TO PUBLIC; -- 2.39.2