~singpolyma/biboumi

ae469c21ff72966db344af22894d42cf1a1ba58e — Florent Le Coz 9 years ago a375735
Fix “cleanely” typo
1 files changed, 1 insertions(+), 1 deletions(-)

M src/main.cpp
M src/main.cpp => src/main.cpp +1 -1
@@ 139,6 139,6 @@ int main(int ac, char** av)
      xmpp_component->close_document();
    timeout = TimedEventsManager::instance().get_timeout();
  }
  log_info("All connection cleanely closed, have a nice day.");
  log_info("All connection cleanly closed, have a nice day.");
  return 0;
}