fix small typo in comment

pull/1176/head
Herbert Thielen 8 years ago
parent ca102b1f9d
commit 212f4d793e
  1. 2
      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);

Loading…
Cancel
Save