summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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()));
}