diff --git a/hot/Windows/IIS_Drupal/IIS_Drupal.psm1 b/hot/Windows/IIS_Drupal/IIS_Drupal.psm1
index 12b26110..77bb6861 100644
--- a/hot/Windows/IIS_Drupal/IIS_Drupal.psm1
+++ b/hot/Windows/IIS_Drupal/IIS_Drupal.psm1
@@ -192,7 +192,7 @@ function Configure-PHP54 ($PHPLocation, $ExtLocation) {
     Execute-Command -Command {
         & $appcmd set config /section:system.webServer/fastCGI `
             /+"[fullPath='$PHPLocation\php-cgi.exe']"
-    } -ErrorMessage "Error occured while creating FastCGI IIS process pool"
+    } -ErrorMessage "Error occurred while creating FastCGI IIS process pool"
 
     Execute-Command -Command {
         & $appcmd set config /section:system.webServer/handlers `
diff --git a/hot/software-config/boot-config/README.rst b/hot/software-config/boot-config/README.rst
index a7291a04..e780012c 100644
--- a/hot/software-config/boot-config/README.rst
+++ b/hot/software-config/boot-config/README.rst
@@ -48,7 +48,7 @@ include the following in the template:
       user_data: {get_attr: [boot_config, config]}
       # ...
 
-and refrence the desired environment, eg:
+and reference the desired environment, eg:
 
   heat stack-create -e container_agent_env.yaml \
        -f ../example-templates/example-pristine-atomic-docker-compose.yaml \