[Libreoffice-commits] core.git: comphelper/qa
Mike Kaganski (via logerrit)
logerrit at kemper.freedesktop.org
Fri Apr 26 18:59:19 UTC 2019
comphelper/qa/unit/test_guards.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f48aa15c69ae3db9283994216d33d88b85a442d1
Author: Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Fri Apr 26 20:57:02 2019 +0200
Commit: Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Fri Apr 26 20:58:00 2019 +0200
Fix a copypaste error in comment
Change-Id: Ic5272fe2e7226c5d6ccbb42c0b22635c2360200c
Reviewed-on: https://gerrit.libreoffice.org/71394
Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>
Tested-by: Mike Kaganski <mike.kaganski at collabora.com>
diff --git a/comphelper/qa/unit/test_guards.cxx b/comphelper/qa/unit/test_guards.cxx
index 39d8f80e0c68..1d2b5f209daa 100644
--- a/comphelper/qa/unit/test_guards.cxx
+++ b/comphelper/qa/unit/test_guards.cxx
@@ -50,7 +50,7 @@ CPPUNIT_TEST_FIXTURE(CppUnit::TestFixture, test_comphelperGuards)
comphelper::FlagRestorationGuard aGuard(bFlag, false);
CPPUNIT_ASSERT(!bFlag);
}
- // comphelper::FlagGuard must reset flag to initial state on destruction
+ // comphelper::FlagRestorationGuard must reset flag to initial state on destruction
CPPUNIT_ASSERT(bFlag);
}
More information about the Libreoffice-commits
mailing list