diff options
author | Sebastian Schmelzer | 2011-12-08 11:47:53 +0100 |
---|---|---|
committer | Sebastian Schmelzer | 2011-12-08 11:47:53 +0100 |
commit | ec383821e123039ccccaf3437f9501d5befacdf5 (patch) | |
tree | 63c500b996edb774417c9d7724b289f81821c8da | |
parent | fix empty log message bug .. (diff) | |
download | fbgui-ec383821e123039ccccaf3437f9501d5befacdf5.tar.gz fbgui-ec383821e123039ccccaf3437f9501d5befacdf5.tar.xz fbgui-ec383821e123039ccccaf3437f9501d5befacdf5.zip |
spelling ..
-rw-r--r-- | src/fbgui/ndgui.cpp | 2 |
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())); } |