diff hgext/fsmonitor/__init__.py @ 30332:318a24b52eeb

spelling: fixes of non-dictionary words
author Mads Kiilerich <madski@unity3d.com>
date Mon, 17 Oct 2016 23:16:55 +0200
parents d5883fd055c6
children 6ada1658fc6b
line wrap: on
line diff
--- a/hgext/fsmonitor/__init__.py	Thu Nov 03 17:31:14 2016 -0700
+++ b/hgext/fsmonitor/__init__.py	Mon Oct 17 23:16:55 2016 +0200
@@ -563,7 +563,7 @@
             pass
 
 class state_update(object):
-    ''' This context mananger is responsible for dispatching the state-enter
+    ''' This context manager is responsible for dispatching the state-enter
         and state-leave signals to the watchman service '''
 
     def __init__(self, repo, node, distance, partial):