changeset 399:6c09aa214948

Typos
author Tom Gottfried <tom@intevation.de>
date Tue, 14 Aug 2018 12:34:41 +0200
parents 0b8921797064
children cb233a5a2ecd
files schema/std_login_roles.sql
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/schema/std_login_roles.sql	Tue Aug 14 11:44:29 2018 +0200
+++ b/schema/std_login_roles.sql	Tue Aug 14 12:34:41 2018 +0200
@@ -4,7 +4,7 @@
 -- Standard users for the GEMMA database
 --
 
--- NOTE: Passwords for these roels must be set during initial setup of
+-- NOTE: Passwords for these roles must be set during initial setup of
 --       the database.
 
 --
@@ -13,13 +13,13 @@
 -- This initial Admin account is used to bootstrap the personalized
 -- accounts.
 CREATE ROLE sysadmin IN ROLE sys_admin LOGIN;
--- We need an empty dumm country for the default admin, as the user is
+-- We need an empty dummy country for the default admin, as the user is
 -- not supposed to work on data, it should be only used to create
 -- personalized accounts.
 INSERT INTO countries (country_code) VALUES ('--');
 INSERT INTO users.responsibility_areas (country, area)
   VALUES ('--', ST_GeomFromText('MULTIPOLYGON(((0 0, 0 0, 0 0, 0 0)))', 4326));
--- Add user profile data for sysadminL
+-- Add user profile data for sysadmin
 INSERT INTO internal.user_profiles
             (username, country, email_address, map_extent)
   VALUES ('sysadmin','--','',