Fix Typos found with misspell
git ls-files | grep -v locale | misspellings -f -
Change-Id: I0dc56ba64ae4bdc681ccf4a1d2d23238f541650d
diff --git a/tools/build_docs.sh b/tools/build_docs.sh
index e999eff..96bd892 100755
--- a/tools/build_docs.sh
+++ b/tools/build_docs.sh
@@ -17,7 +17,7 @@
## prevent stray files in the workspace being added tot he docs)
## -o <out-dir> Write the static HTML output to <out-dir>
## (Note that <out-dir> will be deleted and re-created to ensure it is clean)
-## -g Update the old gh-pages repo (set PUSH=1 to actualy push up to RCB)
+## -g Update the old gh-pages repo (set PUSH=1 to actually push up to RCB)
# Defaults
# --------