summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/fringlib/fringwalker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fringlib/fringwalker.py b/src/fringlib/fringwalker.py
index 274ea24..50c6731 100644
--- a/src/fringlib/fringwalker.py
+++ b/src/fringlib/fringwalker.py
@@ -42,7 +42,7 @@ class FringWalker( gobject.GObject ):
def walk(self,path):
self.thread = Thread(None,self._parse,None,(path,))
self.stopsignal = False
- print "stard thread (%s)"%path
+ print "start thread (%s)"%path
self.thread.start()