Explorar el Código

Fix typos... master not mater

Jason DeTiberus hace 10 años
padre
commit
3d414f3c80
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      README_OSE.md
  2. 1 1
      inventory/byo/hosts

+ 1 - 1
README_OSE.md

@@ -63,7 +63,7 @@ option to ansible-playbook.
 ```ini
 # This is an example of a bring your own (byo) host inventory
 
-# Create an OSEv3 group that contains the maters and nodes groups
+# Create an OSEv3 group that contains the masters and nodes groups
 [OSEv3:children]
 masters
 nodes

+ 1 - 1
inventory/byo/hosts

@@ -1,6 +1,6 @@
 # This is an example of a bring your own (byo) host inventory
 
-# Create an OSEv3 group that contains the maters and nodes groups
+# Create an OSEv3 group that contains the masters and nodes groups
 [OSEv3:children]
 masters
 nodes