Skip to content

Commit 8ec152e

Browse files
authored
Merge pull request swiftlang#35537 from eltociear/patch-5
2 parents f9a25ba + f1c38a7 commit 8ec152e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build_swift/build_swift/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def _try_cast(obj, cls):
9595
def _split_version(version):
9696
"""Splits a version string into a tuple of components using similar rules
9797
to distutils.version.LooseVersion. All version strings are valid, but the
98-
outcome will only split on boundries between:
98+
outcome will only split on boundaries between:
9999
100100
* lowercase alpha characters
101101
* uppercase alpha characters

0 commit comments

Comments
 (0)