summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-12-08 11:47:53 +0100
committerSebastian Schmelzer2011-12-08 11:47:53 +0100
commitec383821e123039ccccaf3437f9501d5befacdf5 (patch)
tree63c500b996edb774417c9d7724b289f81821c8da
parentfix empty log message bug .. (diff)
downloadfbgui-ec383821e123039ccccaf3437f9501d5befacdf5.tar.gz
fbgui-ec383821e123039ccccaf3437f9501d5befacdf5.tar.xz
fbgui-ec383821e123039ccccaf3437f9501d5befacdf5.zip
spelling ..
-rw-r--r--src/fbgui/ndgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fbgui/ndgui.cpp b/src/fbgui/ndgui.cpp
index d74c433..98436df 100644
--- a/src/fbgui/ndgui.cpp
+++ b/src/fbgui/ndgui.cpp
@@ -219,7 +219,7 @@ void ndgui::setUserChoiceTrue() {
*/
void ndgui::startSingleShot() {
- LOG4CXX_DEBUG(ndLogger, "start singel shot");
+ LOG4CXX_DEBUG(ndLogger, "start single shot");
QTimer::singleShot(3000, this, SLOT(startNetworkDiscovery()));
}