Fix boken error messages

Change-Id: I96c376813b3628de210be78de11c4cc1a0b7828e
diff --git a/VERSION b/VERSION
index 34cde56..b47e866 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.2.6
+3.2.7-dev0
diff --git a/xos/coreapi/grpc_server.py b/xos/coreapi/grpc_server.py
index 6374a49..5dabb35 100644
--- a/xos/coreapi/grpc_server.py
+++ b/xos/coreapi/grpc_server.py
@@ -198,13 +198,13 @@
         )
 
         if self.model_status != 0:
-            log.error("Models are boken. Please remove the synchronizer causing the problem and restart the core.")
+            log.error("Models are broken. Please remove the synchronizer causing the problem and restart the core.")
             sys.exit(-1)
 
         self.init_django()
 
         if not self.django_initialized:
-            log.error("Django is boken. Please remove the synchronizer causing the problem and restart the core.")
+            log.error("Django is broken. Please remove the synchronizer causing the problem and restart the core.")
             sys.exit(-1)
 
         self.register_dynamicload()