# HG changeset patch # User Jeff Hammel # Date 1296583272 28800 # Node ID 8b40756354d7e9095047ddb90cadc2711b38a81e # Parent d7d2f9042681e13f85e7dd7f2d416b65f34cb8f9 misspelling diff -r d7d2f9042681 -r 8b40756354d7 autobot/changes/poller.py --- a/autobot/changes/poller.py Tue Feb 01 09:42:34 2011 -0800 +++ b/autobot/changes/poller.py Tue Feb 01 10:01:12 2011 -0800 @@ -151,7 +151,7 @@ d = defer.succeed(None) # ensure the repository is initialized if not self.isInitialized(): - self.log('Initialing new repository at %s' % self.workdir) + self.log('Initializing new repository at %s' % self.workdir) d.addCallback(self.initRepository) # get the hash before updating