Fix all the typos
diff --git a/xos/helloworldservice_complete/models.py b/xos/helloworldservice_complete/models.py
index f0f42bd..0349e8f 100644
--- a/xos/helloworldservice_complete/models.py
+++ b/xos/helloworldservice_complete/models.py
@@ -11,7 +11,7 @@
 
     class Meta:
         # When the proxy field is set to True the model is represented as
-        # it's superclass in the database, but we can still change the pyhton
+        # it's superclass in the database, but we can still change the python
         # behavior. In this case HelloWorldServiceComplete is a Service in the
         # database.
         proxy = True
diff --git a/xos/observers/helloworldservice_complete/helloworldservice_config b/xos/observers/helloworldservice_complete/helloworldservice_config
index d13c159..57e79fd 100644
--- a/xos/observers/helloworldservice_complete/helloworldservice_config
+++ b/xos/observers/helloworldservice_complete/helloworldservice_config
@@ -39,7 +39,7 @@
 # If this option is true, then nothing will change, we simply pretend to run
 pretend=False
 # If this is False then XOS will use an exponential backoff with the observer
-# fails, since we will be waiting for an instnace, we don't want this.
+# fails, since we will be waiting for an instance, we don't want this.
 backoff_disabled=True
 # We want to output from ansible to be logged
 save_ansible_output=True