summaryrefslogtreecommitdiff
path: root/util/docker_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/docker_build.sh')
-rwxr-xr-xutil/docker_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/docker_build.sh b/util/docker_build.sh
index 368b0f13fc..7e10a4f76b 100755
--- a/util/docker_build.sh
+++ b/util/docker_build.sh
@@ -19,7 +19,7 @@ if [ $# -gt 1 ]; then
exit 1
fi
-# Allow $RUNTIME to be overriden by the user as an environment variable
+# Allow $RUNTIME to be overridden by the user as an environment variable
# Else check if either docker or podman exit and set them as runtime
# if none are found error out
if [ -z "$RUNTIME" ]; then