diff options
-rw-r--r-- | dotfiles/dotfile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/dotfile.py b/dotfiles/dotfile.py index ed0b2cb..68c6a20 100644 --- a/dotfiles/dotfile.py +++ b/dotfiles/dotfile.py @@ -19,7 +19,7 @@ class Dotfile: remove -- the opposite of add sync -- ensure that each repository file has a corresponding symlink - This is where most filesystem operaitons (link, delete, etc) should be + This is where most filesystem operations (link, delete, etc) should be called, and not in the layers above. """ |