From: Anthony Towns Date: Mon, 5 Dec 2005 04:42:57 +0000 (+0000) Subject: fix typos in init_pool.sql-security X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=eef6d96ac51629f716291e81f07e54afe915ee8e;p=dak.git fix typos in init_pool.sql-security --- 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;