diff options
Diffstat (limited to 'unittests/darwintests.py')
-rw-r--r-- | unittests/darwintests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/darwintests.py b/unittests/darwintests.py index 6bf15aa..254b3d0 100644 --- a/unittests/darwintests.py +++ b/unittests/darwintests.py @@ -138,7 +138,7 @@ class DarwinTests(BasePlatformTests): def test_objc_versions(self): # Objective-C always uses the C standard version. - # Objecttive-C++ always uses the C++ standard version. + # Objective-C++ always uses the C++ standard version. # This is what most people seem to want and in addition # it is the only setup supported by Xcode. testdir = os.path.join(self.objc_test_dir, '1 simple') |