[hotfix] Fix typo in update_branch_version.sh
diff --git a/tools/releasing/update_branch_version.sh b/tools/releasing/update_branch_version.sh
index d5ebd40..2b8f5e4 100755
--- a/tools/releasing/update_branch_version.sh
+++ b/tools/releasing/update_branch_version.sh
@@ -46,7 +46,7 @@
 BASE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
 PROJECT_ROOT="${BASE_DIR}/../../"
 
-# Sanity check to ensure that resolved paths are valid; a LICENSE file should aways exist in project root
+# Sanity check to ensure that resolved paths are valid; a LICENSE file should always exist in project root
 if [ ! -f ${PROJECT_ROOT}/LICENSE ]; then
     echo "Project root path ${PROJECT_ROOT} is not valid; script may be in the wrong directory."
     exit 1