20610: Documentation fixes & additions.
[arvados.git] / tools / salt-install / common.sh
index 0be603ada712247e011a6e7bdc66aeb7ef80ad86..d406f2ff60ab70522fc8f101d4c76f30ea17c15a 100644 (file)
@@ -27,7 +27,7 @@ for node in "${!NODES[@]}"; do
   fi
 done
 
-# The mapping of roles to nodes. This is used to dinamically adjust
+# The mapping of roles to nodes. This is used to dynamically adjust
 # salt pillars.
 declare -A ROLE2NODES
 for node in "${!NODES[@]}"; do