diff hgext/inotify/linux/watcher.py @ 17424:e7cfe3587ea4

fix trivial spelling errors
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 15 Aug 2012 22:38:42 +0200
parents 25e572394f5c
children b35e3364f94a
line wrap: on
line diff
--- a/hgext/inotify/linux/watcher.py	Tue Aug 28 17:59:08 2012 -0500
+++ b/hgext/inotify/linux/watcher.py	Wed Aug 15 22:38:42 2012 +0200
@@ -282,7 +282,7 @@
         callable that takes one parameter.  It will be called each time
         a directory is about to be automatically watched.  If it returns
         True, the directory will be watched if it still exists,
-        otherwise, it will beb skipped.'''
+        otherwise, it will be skipped.'''
 
         super(autowatcher, self).__init__()
         self.addfilter = addfilter