changeset 1377:78e5853df5c8 beta

fixed daemon typos
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 12 Jun 2011 19:13:42 +0200
parents 3fbc09ad1faf
children 832399a4a45c
files rhodecode/lib/indexers/daemon.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/lib/indexers/daemon.py	Sun Jun 12 14:13:35 2011 +0200
+++ b/rhodecode/lib/indexers/daemon.py	Sun Jun 12 19:13:42 2011 +0200
@@ -3,7 +3,7 @@
     rhodecode.lib.indexers.daemon
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-    A deamon will read from task table and run tasks
+    A daemon will read from task table and run tasks
 
     :created_on: Jan 26, 2010
     :author: marcink
@@ -69,7 +69,7 @@
 
 class WhooshIndexingDaemon(object):
     """
-    Deamon for atomic jobs
+    Daemon for atomic jobs
     """
 
     def __init__(self, indexname='HG_INDEX', index_location=None,