From 81a3680a6aaebcfbe1d41e3b4ec39208e250867d Mon Sep 17 00:00:00 2001 From: khanhkhanhlele Date: Wed, 5 Nov 2025 15:10:57 +0700 Subject: [PATCH] Fix typos in utils.sh --- utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.sh b/utils.sh index 3dd3246f6c..b003700125 100644 --- a/utils.sh +++ b/utils.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# This script contains utility functions and initialize exmaple scripts. +# This script contains utility functions and initialize example scripts. # Eg: run_python_examples.sh, run_distributed_examples.sh BASE_DIR="$(pwd)/$(dirname $0)"