From fa85809ebc1d289ff691e8d995921f91f63f2256 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 2 May 2016 10:08:28 +0100 Subject: [PATCH] sql: Fix spelling mistakes and typos Signed-off-by: Eric Engestrom Reviewed-by: Stephen Finucane --- lib/sql/grant-all.mysql.sql | 2 +- lib/sql/grant-all.postgres.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/sql/grant-all.mysql.sql b/lib/sql/grant-all.mysql.sql index 1220c8ee..12dc5cac 100644 --- a/lib/sql/grant-all.mysql.sql +++ b/lib/sql/grant-all.mysql.sql @@ -1,5 +1,5 @@ BEGIN; --- give necessary permissions to the web server. Becuase the admin is all +-- give necessary permissions to the web server. Because the admin is all -- web-based, these need to be quite permissive GRANT SELECT, UPDATE, INSERT, DELETE ON django_session TO 'www-data'@localhost; GRANT SELECT, UPDATE, INSERT, DELETE ON django_site TO 'www-data'@localhost; diff --git a/lib/sql/grant-all.postgres.sql b/lib/sql/grant-all.postgres.sql index 68ff9f11..7cc396e5 100644 --- a/lib/sql/grant-all.postgres.sql +++ b/lib/sql/grant-all.postgres.sql @@ -1,5 +1,5 @@ BEGIN; --- give necessary permissions to the web server. Becuase the admin is all +-- give necessary permissions to the web server. Because the admin is all -- web-based, these need to be quite permissive GRANT SELECT, UPDATE, INSERT, DELETE ON django_session, -- 2.47.3