summaryrefslogtreecommitdiffstats
path: root/Utilities/Scripts/update-third-party.bash
diff options
context:
space:
mode:
authorJosef Angstenberger <code@jtxa.de>2021-05-06 19:11:40 (GMT)
committerJosef Angstenberger <code@jtxa.de>2021-05-07 15:00:13 (GMT)
commit6dd719a4a51be02a5fa870f94743807ac856d10d (patch)
tree070b362ff638a32321aa24f01f12a2e2ba724599 /Utilities/Scripts/update-third-party.bash
parenteaa860162c5c618833e19a66b36b1ee895a648a3 (diff)
downloadCMake-6dd719a4a51be02a5fa870f94743807ac856d10d.zip
CMake-6dd719a4a51be02a5fa870f94743807ac856d10d.tar.gz
CMake-6dd719a4a51be02a5fa870f94743807ac856d10d.tar.bz2
Utilities: Fix typos and spelling in comments
Diffstat (limited to 'Utilities/Scripts/update-third-party.bash')
-rw-r--r--Utilities/Scripts/update-third-party.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/Scripts/update-third-party.bash b/Utilities/Scripts/update-third-party.bash
index fcab871..0d0a667 100644
--- a/Utilities/Scripts/update-third-party.bash
+++ b/Utilities/Scripts/update-third-party.bash
@@ -89,7 +89,7 @@ readonly basehash_regex="$name $regex_date ([0-9a-f]*)"
# Check for an empty destination directory on disk. By checking on disk and
# not in the repo it allows a library to be freshly re-inialized in a single
# commit rather than first deleting the old copy in one commit and adding the
-# new copy in a seperate commit.
+# new copy in a separate commit.
if [ ! -d "$(git rev-parse --show-toplevel)/$subtree" ]; then
readonly basehash=""
else