diff options
author | Florent Le Coz <louiz@louiz.org> | 2015-02-21 05:30:36 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2015-02-21 05:30:36 +0100 |
commit | 03a8accc464038c6ff206189e2e2824912f2450d (patch) | |
tree | 77d8896db4d38053975b66e4186ee7c7c4cf678f /src | |
parent | ae469c21ff72966db344af22894d42cf1a1ba58e (diff) | |
download | biboumi-03a8accc464038c6ff206189e2e2824912f2450d.tar.gz biboumi-03a8accc464038c6ff206189e2e2824912f2450d.tar.bz2 biboumi-03a8accc464038c6ff206189e2e2824912f2450d.tar.xz biboumi-03a8accc464038c6ff206189e2e2824912f2450d.zip |
Fix “connections” 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 4ed935e..393bf05 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 cleanly closed, have a nice day."); + log_info("All connections cleanly closed, have a nice day."); return 0; } |