]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
sql: Fix spelling mistakes and typos
authorEric Engestrom <eric@engestrom.ch>
Mon, 2 May 2016 09:08:28 +0000 (10:08 +0100)
committerStephen Finucane <stephen.finucane@intel.com>
Mon, 9 May 2016 12:43:25 +0000 (13:43 +0100)
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Stephen Finucane <stephen.finucane@intel.com>
lib/sql/grant-all.mysql.sql
lib/sql/grant-all.postgres.sql

index 1220c8eec8a294bf469fb67e8493b9cc21166242..12dc5cacc2e80ac629cc6f50f48abaa3cb99d9fa 100644 (file)
@@ -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;
index 68ff9f1115bc98386ada67834bfe3e321a8cd88d..7cc396e5989adf010eec087d01330111f42c8f38 100644 (file)
@@ -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,