[PATCH 2/6] sql: Fix spelling mistakes and typos
Eric Engestrom
eric at engestrom.ch
Mon May 2 19:08:28 AEST 2016
Signed-off-by: Eric Engestrom <eric at engestrom.ch>
---
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 1220c8e..12dc5ca 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 68ff9f1..7cc396e 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.8.2
More information about the Patchwork
mailing list