Fix various typos
This commit is contained in:
committed by
Tom Henderson
parent
7112e718dc
commit
dba4333f85
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user