2
0
mirror of https://github.com/boostorg/timer.git synced 2026-01-26 07:02:13 +00:00

Fix spelling boo boo (Shawn Roe)

[SVN r51932]
This commit is contained in:
Beman Dawes
2009-03-23 11:51:58 +00:00
parent 5d36369f29
commit feb4fc7b01

View File

@@ -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;