summaryrefslogtreecommitdiff
path: root/tests/test_c_parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_c_parser.py')
-rwxr-xr-xtests/test_c_parser.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_c_parser.py b/tests/test_c_parser.py
index 33f3f07..4a5c90b 100755
--- a/tests/test_c_parser.py
+++ b/tests/test_c_parser.py
@@ -177,7 +177,7 @@ class TestCParser_fundamentals(TestCParser_base):
def test_coords(self):
""" Tests the "coordinates" of parsed elements - file
name, line and column numbers, with modification
- insterted by #line directives.
+ inserted by #line directives.
"""
self.assert_coord(self.parse('int a;').ext[0], 1, 5)
@@ -1169,7 +1169,7 @@ class TestCParser_fundamentals(TestCParser_base):
['TypeDecl',
['IdentifierType', ['float']]]]]]]])
- # ISO/IEC 9899:201x Commitee Draft 2010-11-16, N1539
+ # ISO/IEC 9899:201x Committee Draft 2010-11-16, N1539
# section 6.7.2.1, par. 19, example 1
s3 = """
struct v {