Fix spelling
This commit is contained in:
@@ -515,7 +515,7 @@ class DirectoryCreationTest : public Test {
|
||||
}
|
||||
|
||||
// Strings representing a directory and a file, with identical paths
|
||||
// except for the trailing separator character that distinquishes
|
||||
// except for the trailing separator character that distinguishes
|
||||
// a directory named 'test' from a file named 'test'. Example names:
|
||||
FilePath testdata_path_; // "/tmp/directory_creation/test/"
|
||||
FilePath testdata_file_; // "/tmp/directory_creation/test"
|
||||
|
||||
@@ -218,7 +218,7 @@ class GTestXMLTestCase(gtest_test_utils.TestCase):
|
||||
)
|
||||
if element.tagName in ('testsuites', 'testsuite', 'testcase'):
|
||||
time = element.getAttributeNode('time')
|
||||
# The value for exact N seconds has a traling decimal point (e.g., "10."
|
||||
# The value for exact N seconds has a trailing decimal point (e.g., "10."
|
||||
# instead of "10")
|
||||
time.value = re.sub(r'^\d+\.(\d+)?$', '*', time.value)
|
||||
type_param = element.getAttributeNode('type_param')
|
||||
|
||||
Reference in New Issue
Block a user