diff --git a/repo2docker/utils.py b/repo2docker/utils.py index d6b4c97a..8d06b9a1 100644 --- a/repo2docker/utils.py +++ b/repo2docker/utils.py @@ -62,7 +62,7 @@ def execute_cmd(cmd, capture=False, **kwargs): def chdir(path): """Change working directory to `path` and restore it again - This context maanger is useful if `path` stops existing during your + This context manager is useful if `path` stops existing during your operations. """ old_dir = os.getcwd()