# HG changeset patch # User Alexander Krotov # Date 1473436912 -10800 # Fri Sep 09 19:01:52 2016 +0300 # Node ID 70b258575520cf611f132283ef5c5a85d5dbff58 # Parent 57c13c69110d0b914ba1b1e0cef3fc515fe82f98 bench-simulator: fix typo diff -r 57c13c69110d -r 70b258575520 utils/bench-simulator.cc --- a/utils/bench-simulator.cc Mon Sep 05 11:36:53 2016 -0700 +++ b/utils/bench-simulator.cc Fri Sep 09 19:01:52 2016 +0300 @@ -235,7 +235,7 @@ // table header LOG (""); LOG (std::left << std::setw (g_fwidth) << "Run #" << - std::left << std::setw (3 * g_fwidth) << "Inititialization:" << + std::left << std::setw (3 * g_fwidth) << "Initialization:" << std::left << std::setw (3 * g_fwidth) << "Simulation:"); LOG (std::left << std::setw (g_fwidth) << "" << std::left << std::setw (g_fwidth) << "Time (s)" <<