From a9eeb110a5cbd4a8bbad70ef652b3ae72d419dd9 Mon Sep 17 00:00:00 2001 From: bill Date: Fri, 25 Feb 2011 02:01:29 -0500 Subject: [PATCH] whoops stupid spelling error --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 79cc70a..acebed5 100644 --- a/INSTALL +++ b/INSTALL @@ -20,7 +20,7 @@ Follow the instructions to get the server up and running. 8. Make sure the "yourreps" user exists and has rights to the postgis tables: -createsuer yourreps +createuser yourreps GRANT ALL ON spatial_ref_sys, geometry_columns TO yourreps; 9. ./manage.py syncdb