summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEric Engestrom <eric@engestrom.ch>2016-05-02 10:08:28 +0100
committerStephen Finucane <stephen.finucane@intel.com>2016-05-09 13:43:25 +0100
commitfa85809ebc1d289ff691e8d995921f91f63f2256 (patch)
tree0a25de8bc6cf0835883433b497e231950aea37ab /lib
parent830a7a761c2f9bbe2f6bad8b38e5e86bf06b6647 (diff)
downloadpatchwork-fa85809ebc1d289ff691e8d995921f91f63f2256.tar
patchwork-fa85809ebc1d289ff691e8d995921f91f63f2256.tar.gz
sql: Fix spelling mistakes and typos
Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Stephen Finucane <stephen.finucane@intel.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/sql/grant-all.mysql.sql2
-rw-r--r--lib/sql/grant-all.postgres.sql2
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,