diff options
author | Jon Bernard <jbernard@tuxion.com> | 2015-12-29 14:55:26 -0500 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2015-12-29 15:01:49 -0500 |
commit | ec2c6493bbe5658c3d463ca9c8ba553beca2ca3e (patch) | |
tree | 6e6b369330cce4e6399819a7aa981c190cafd63f | |
parent | ee8a42ee6707d514bc0a4989a018db0561b4e6e9 (diff) | |
download | dotfiles-ec2c6493bbe5658c3d463ca9c8ba553beca2ca3e.tar.gz dotfiles-ec2c6493bbe5658c3d463ca9c8ba553beca2ca3e.tar.bz2 dotfiles-ec2c6493bbe5658c3d463ca9c8ba553beca2ca3e.zip |
Fix typo
-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. """ |