summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2015-02-21 05:30:36 +0100
committerFlorent Le Coz <louiz@louiz.org>2015-02-21 05:30:36 +0100
commit03a8accc464038c6ff206189e2e2824912f2450d (patch)
tree77d8896db4d38053975b66e4186ee7c7c4cf678f
parentae469c21ff72966db344af22894d42cf1a1ba58e (diff)
downloadbiboumi-03a8accc464038c6ff206189e2e2824912f2450d.tar.gz
biboumi-03a8accc464038c6ff206189e2e2824912f2450d.tar.bz2
biboumi-03a8accc464038c6ff206189e2e2824912f2450d.tar.xz
biboumi-03a8accc464038c6ff206189e2e2824912f2450d.zip
Fix “connections” typo
-rw-r--r--src/main.cpp2
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;
}