diff options
author | Frédéric Péters <fpeters@entrouvert.com> | 2022-04-20 12:34:22 (GMT) |
---|---|---|
committer | Frédéric Péters <fpeters@entrouvert.com> | 2022-04-20 12:34:22 (GMT) |
commit | c4d1a0bf0c84e238f2c58c7793190e6c4de30448 (patch) | |
tree | f484ac6c7192d72ef6c84b20339cb434e9d6f623 | |
parent | bb5e118f1b6d423918945ee24683d305d4730c37 (diff) | |
download | misc-fred-c4d1a0bf0c84e238f2c58c7793190e6c4de30448.zip misc-fred-c4d1a0bf0c84e238f2c58c7793190e6c4de30448.tar.gz misc-fred-c4d1a0bf0c84e238f2c58c7793190e6c4de30448.tar.bz2 |
sassw: fix typo in comment
-rwxr-xr-x | bin/sassw | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #! /usr/bin/python3 # -# Run sassc and watch for changes in source files (using inotitfy) to rebuild +# Run sassc and watch for changes in source files (using inotify) to rebuild # automatically. # # Usage: sassw INPUT |