summaryrefslogtreecommitdiff
path: root/cpp/test/WinRT/TestSuite/MainPage.xaml.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/WinRT/TestSuite/MainPage.xaml.cpp')
-rw-r--r--cpp/test/WinRT/TestSuite/MainPage.xaml.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/WinRT/TestSuite/MainPage.xaml.cpp b/cpp/test/WinRT/TestSuite/MainPage.xaml.cpp
index 6a5137c3bbd..13def8e07e2 100644
--- a/cpp/test/WinRT/TestSuite/MainPage.xaml.cpp
+++ b/cpp/test/WinRT/TestSuite/MainPage.xaml.cpp
@@ -875,7 +875,7 @@ MainPage::btnStop_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEvent
{
_loop->IsChecked = false;
_stop->IsEnabled = false;
- _stop->Content = "Wainting for test to finish...";
+ _stop->Content = "Waiting for test to finish...";
}
Ice::CommunicatorPtr
@@ -999,4 +999,4 @@ TestSuite::MainPage::printToConsoleOutput(String^ message, bool newline)
_output->SelectedIndex = _messages->Size - 1;
_output->ScrollIntoView(_output->SelectedItem);
}, CallbackContext::Any));
-} \ No newline at end of file
+}