From feb4fc7b01a73e7fbe669db7e88faa34783ccfff Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Mon, 23 Mar 2009 11:51:58 +0000 Subject: [PATCH] Fix spelling boo boo (Shawn Roe) [SVN r51932] --- test/timer_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/timer_test.cpp b/test/timer_test.cpp index 460fc57..c76c8ad 100644 --- a/test/timer_test.cpp +++ b/test/timer_test.cpp @@ -26,8 +26,8 @@ int main() { timer t0; // used only for elapsed_max() and elapsed_min() - cout << "timer::elapased_min() reports " << t0.elapsed_min() << " seconds\n"; - cout << "timer::elapased_max() reports " << t0.elapsed_max() + cout << "timer::elapsed_min() reports " << t0.elapsed_min() << " seconds\n"; + cout << "timer::elapsed_max() reports " << t0.elapsed_max() << " seconds, which is " << t0.elapsed_max()/3600.0 << " hours\n"; cout << "\nverify progress_display(0) doesn't divide by zero" << endl;