summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2017-10-25 20:45:28 -0500
committerGunnar Mills <gmills@us.ibm.com>2017-10-25 20:45:50 -0500
commit7f25c53fa79f71a12b11593ac7eda23a9b8d3e1a (patch)
treef44c0bb1c1e460b4c910ccc1efe3aa50924c4d1a /test
parent383b7120b68a42cb5587b6d2199826f012d575b3 (diff)
downloadphosphor-time-manager-7f25c53fa79f71a12b11593ac7eda23a9b8d3e1a.tar.gz
phosphor-time-manager-7f25c53fa79f71a12b11593ac7eda23a9b8d3e1a.zip
Spelling fixes
Change-Id: Ia840360c00cc8d7baaafd797ae2411bc5cc03ed3 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'test')
-rw-r--r--test/TestManager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/TestManager.cpp b/test/TestManager.cpp
index decc21d..aa7a647 100644
--- a/test/TestManager.cpp
+++ b/test/TestManager.cpp
@@ -84,7 +84,7 @@ TEST_F(TestManager, DISABLED_hostStateChange)
TEST_F(TestManager, DISABLED_propertyChanged)
{
- // When host is off, property change will be notified to listners
+ // When host is off, property change will be notified to listeners
EXPECT_FALSE(hostOn());
// Check mocked listeners shall receive notifications on property changed
@@ -126,7 +126,7 @@ TEST_F(TestManager, DISABLED_propertyChanged)
// When host becomes off, the requested mode/owner shall be notified
- // to listners, and be cleared
+ // to listeners, and be cleared
EXPECT_CALL(listener1, onModeChanged(Mode::NTP)).Times(1);
EXPECT_CALL(listener1, onOwnerChanged(Owner::Split)).Times(1);
EXPECT_CALL(listener2, onModeChanged(Mode::NTP)).Times(1);
OpenPOWER on IntegriCloud