summaryrefslogtreecommitdiff
path: root/googletest/test/googletest-filepath-test.cc
diff options
context:
space:
mode:
authorVertexwahn <julian.amann@tum.de>2023-04-25 20:20:01 +0200
committerVertexwahn <julian.amann@tum.de>2023-04-25 20:20:01 +0200
commit97408cae552bde8609aabfa7c3647a52fb21f8c9 (patch)
treeb790bd6db0da1ac6e6235e59c48acef31963df67 /googletest/test/googletest-filepath-test.cc
parentccdeec888ebb740a7ea4e07d3e84a1b7ee32b315 (diff)
downloadgoogletest-git-97408cae552bde8609aabfa7c3647a52fb21f8c9.tar.gz
Fix spelling
Diffstat (limited to 'googletest/test/googletest-filepath-test.cc')
-rw-r--r--googletest/test/googletest-filepath-test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/test/googletest-filepath-test.cc b/googletest/test/googletest-filepath-test.cc
index 0a33d714..3e9c79f0 100644
--- a/googletest/test/googletest-filepath-test.cc
+++ b/googletest/test/googletest-filepath-test.cc
@@ -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"