diff options
author | Christian Clauss <cclauss@me.com> | 2021-10-01 00:03:23 +0200 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2021-10-10 16:12:25 -0400 |
commit | a5020857f31ad6d03bc7c0019551cc28b9e5aad5 (patch) | |
tree | fdf9e08b2c37877e44fb4cdf91cc2ee45c868e6a /unittests/internaltests.py | |
parent | 32b7cbd4a7cd8cffb47c5465301141eaad599eaa (diff) | |
download | meson-a5020857f31ad6d03bc7c0019551cc28b9e5aad5.zip meson-a5020857f31ad6d03bc7c0019551cc28b9e5aad5.tar.gz meson-a5020857f31ad6d03bc7c0019551cc28b9e5aad5.tar.bz2 |
Fix typos discovered by codespell
Diffstat (limited to 'unittests/internaltests.py')
-rw-r--r-- | unittests/internaltests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/internaltests.py b/unittests/internaltests.py index cb50f37..207bd37 100644 --- a/unittests/internaltests.py +++ b/unittests/internaltests.py @@ -1459,7 +1459,7 @@ class InternalTests(unittest.TestCase): self.assertRaises(InvalidArguments, _, None, mock.Mock(), [], {'input': 42}) def test_detect_cpu_family(self) -> None: - """Test the various cpu familes that we detect and normalize. + """Test the various cpu families that we detect and normalize. This is particularly useful as both documentation, and to keep testing platforms that are less common. |