diff options
author | Florent Le Coz <louiz@louiz.org> | 2015-02-21 05:28:21 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2015-02-21 05:28:21 +0100 |
commit | ae469c21ff72966db344af22894d42cf1a1ba58e (patch) | |
tree | 075cdc48bfef76de8e8d235124f56e9197216c8f /src | |
parent | a37573513bd91452316beaab8807edf298c2bc73 (diff) | |
download | biboumi-ae469c21ff72966db344af22894d42cf1a1ba58e.tar.gz biboumi-ae469c21ff72966db344af22894d42cf1a1ba58e.tar.bz2 biboumi-ae469c21ff72966db344af22894d42cf1a1ba58e.tar.xz biboumi-ae469c21ff72966db344af22894d42cf1a1ba58e.zip |
Fix “cleanely” typo
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index d9f6a9f..4ed935e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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; } |