1
0
Fork 0
forked from docs/team-docs

Fix misspellings

This commit is contained in:
Rafael Fontenelle 2020-09-24 11:32:54 -03:00
commit b9da25b4ab
5 changed files with 7 additions and 7 deletions

View file

@ -14,7 +14,7 @@ if [ "$(uname)" = "Darwin" ]; then
elif [ "$(expr substr "$(uname -s)" 1 5)" = "Linux" ]; then
# Running on Linux.
# Check whether podman is available, else faill back to docker
# Check whether podman is available, else fail back to docker
# which requires root.
if [ -f /usr/bin/podman ]; then