aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2017-08-07 13:33:09 -0400
committerGitHub <noreply@github.com>2017-08-07 13:33:08 -0400
commiteb261b4dce67b7d4cf1b77e8c14b1c4bac260843 (patch)
tree4bcfe3e93e8ef89260ebf7853221936672f23a34
parentca102b1f9d1f4c8a8c6f7a87b3e80d0af4b8789f (diff)
parent212f4d793e5f019903d0c0b4c24e14341b641d8a (diff)
downloadgoogletest-eb261b4dce67b7d4cf1b77e8c14b1c4bac260843.tar.gz
googletest-eb261b4dce67b7d4cf1b77e8c14b1c4bac260843.tar.bz2
googletest-eb261b4dce67b7d4cf1b77e8c14b1c4bac260843.zip
Merge pull request #1176 from aninf-wo/hethi/typo
fix small typo in comment
-rw-r--r--googletest/samples/sample3_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/samples/sample3_unittest.cc b/googletest/samples/sample3_unittest.cc
index bf3877d0..a4fbe5a0 100644
--- a/googletest/samples/sample3_unittest.cc
+++ b/googletest/samples/sample3_unittest.cc
@@ -72,7 +72,7 @@ class QueueTest : public testing::Test {
// accessed from sub-classes.
// virtual void SetUp() will be called before each test is run. You
- // should define it if you need to initialize the varaibles.
+ // should define it if you need to initialize the variables.
// Otherwise, this can be skipped.
virtual void SetUp() {
q1_.Enqueue(1);