From: Eric Engestrom Date: Mon, 2 May 2016 09:08:28 +0000 (+0100) Subject: sql: Fix spelling mistakes and typos X-Git-Tag: v2.0.0-rc1~352 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa85809ebc1d289ff691e8d995921f91f63f2256;p=thirdparty%2Fpatchwork.git sql: Fix spelling mistakes and typos Signed-off-by: Eric Engestrom Reviewed-by: Stephen Finucane --- 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,