diff options
author | Xavi Garcia Mena <xavi.garcia.mena@canonical.com> | 2015-10-01 15:45:30 +0200 |
---|---|---|
committer | Xavi Garcia Mena <xavi.garcia.mena@canonical.com> | 2015-10-01 15:45:30 +0200 |
commit | 8402eadfcbd96b753f7cf2402956c100812de54e (patch) | |
tree | b31ff9bdbafd404578e802feff37e792f0a873fc /tests/integration | |
parent | 2dba91ca24ce98f866498333c7a39e20d68813f7 (diff) | |
download | ayatana-indicator-sound-8402eadfcbd96b753f7cf2402956c100812de54e.tar.gz ayatana-indicator-sound-8402eadfcbd96b753f7cf2402956c100812de54e.tar.bz2 ayatana-indicator-sound-8402eadfcbd96b753f7cf2402956c100812de54e.zip |
fixed typo in comment
Diffstat (limited to 'tests/integration')
-rw-r--r-- | tests/integration/test-indicator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/test-indicator.cpp b/tests/integration/test-indicator.cpp index 22c0041..5a4b4ee 100644 --- a/tests/integration/test-indicator.cpp +++ b/tests/integration/test-indicator.cpp @@ -213,7 +213,7 @@ TEST_F(TestIndicator, PhoneAddMprisPlayer) // start the test player EXPECT_TRUE(startTestMprisPlayer("testplayer1")); - // wait fot the menu change + // wait for the menu change EXPECT_TRUE(waitMenuChange()); // finally verify that the player is added |