diff --git a/cfg/ocp-3.10/master.yaml b/cfg/ocp-3.10/master.yaml
index a67ccb69b6591b10d490c35b99838ec49b16da4b..7f82a5d8f33661217c0e26aeb1f1eae0a4e24d9a 100644
--- a/cfg/ocp-3.10/master.yaml
+++ b/cfg/ocp-3.10/master.yaml
@@ -171,7 +171,7 @@ groups:
         set: false
     remediation: |
       Edit the kubernetes master config file /etc/origin/master/master-config.yaml
-      and remove the the entry below.
+      and remove the entry below.
 
       AlwaysAdmit:
         configuration:
@@ -192,7 +192,7 @@ groups:
         set: true
     remediation: |
       Edit the kubernetes master config file /etc/origin/master/master-config.yaml
-      and add the the entry below.
+      and add the entry below.
 
       admissionConfig:
         pluginConfig:
diff --git a/cfg/ocp-3.11/master.yaml b/cfg/ocp-3.11/master.yaml
index a67ccb69b6591b10d490c35b99838ec49b16da4b..7f82a5d8f33661217c0e26aeb1f1eae0a4e24d9a 100644
--- a/cfg/ocp-3.11/master.yaml
+++ b/cfg/ocp-3.11/master.yaml
@@ -171,7 +171,7 @@ groups:
         set: false
     remediation: |
       Edit the kubernetes master config file /etc/origin/master/master-config.yaml
-      and remove the the entry below.
+      and remove the entry below.
 
       AlwaysAdmit:
         configuration:
@@ -192,7 +192,7 @@ groups:
         set: true
     remediation: |
       Edit the kubernetes master config file /etc/origin/master/master-config.yaml
-      and add the the entry below.
+      and add the entry below.
 
       admissionConfig:
         pluginConfig:
diff --git a/cmd/util.go b/cmd/util.go
index 5c694af9c54114b82ae2721e4783a4f99c54efe5..2a49b109752a5f2d5a477547fc26003ed8da80f2 100644
--- a/cmd/util.go
+++ b/cmd/util.go
@@ -335,7 +335,7 @@ func makeSubstitutions(s string, ext string, m map[string]string) string {
 	for k, v := range m {
 		subst := "$" + k + ext
 		if v == "" {
-			glog.V(2).Info(fmt.Sprintf("No subsitution for '%s'\n", subst))
+			glog.V(2).Info(fmt.Sprintf("No substitution for '%s'\n", subst))
 			continue
 		}
 		glog.V(2).Info(fmt.Sprintf("Substituting %s with '%s'\n", subst, v))