forked from docs/team-docs
Fix misspellings
This commit is contained in:
parent
af0119dc64
commit
b9da25b4ab
5 changed files with 7 additions and 7 deletions
2
build.sh
2
build.sh
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue