Skip to content

Commit f1c38a7

Browse files
author
Ikko Ashimine
authored
NFC: fix typo in versions.py
boundries -> boundaries
1 parent 13ffb8b commit f1c38a7

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)