# HG changeset patch # User Marcin Kuzminski # Date 2011-06-12 17:13:42 # Node ID 78e5853df5c8ae8e712562dde19697354bd5e8f5 # Parent 3fbc09ad1faf81ea1b946e1f866fb36c3b48e647 fixed daemon typos diff --git a/rhodecode/lib/indexers/daemon.py b/rhodecode/lib/indexers/daemon.py --- a/rhodecode/lib/indexers/daemon.py +++ b/rhodecode/lib/indexers/daemon.py @@ -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 @@ log.addHandler(ch) class WhooshIndexingDaemon(object): """ - Deamon for atomic jobs + Daemon for atomic jobs """ def __init__(self, indexname='HG_INDEX', index_location=None,