Fix various typos

This commit is contained in:
Gabriel Arrobo
2019-03-30 20:30:18 -07:00
committed by Tom Henderson
parent 7112e718dc
commit dba4333f85
6 changed files with 5 additions and 8 deletions

View File

@@ -141,7 +141,7 @@ main (int argc, char ** argv)
<< "verbose progress message: " << (verbose ? "on\n" : "off\n")
<< "target reporting interval: " << interval.As (Time::S) << "\n"
<< "average event sleep time: " << wait.As (Time::MS) << "\n"
<< "total simulatino run time: " << stop.As (Time::S)
<< "total simulation run time: " << stop.As (Time::S)
<< std::endl;
Ptr<Hold> h = Create<Hold> (wait, interval);