summaryrefslogtreecommitdiff
path: root/update_manager/generic_variables_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'update_manager/generic_variables_unittest.cc')
-rw-r--r--update_manager/generic_variables_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_manager/generic_variables_unittest.cc b/update_manager/generic_variables_unittest.cc
index 51ae4bd8..bbf39966 100644
--- a/update_manager/generic_variables_unittest.cc
+++ b/update_manager/generic_variables_unittest.cc
@@ -70,7 +70,7 @@ class CopyConstructorTestClass {
TEST_F(UmPollCopyVariableTest, UseCopyConstructorTest) {
- // Ensures that CopyVariables indeed uses the copy contructor.
+ // Ensures that CopyVariables indeed uses the copy constructor.
const CopyConstructorTestClass source;
ASSERT_FALSE(source.copied_);