diff --git a/run.py b/run.py index e582d20..9123495 100755 --- a/run.py +++ b/run.py @@ -130,7 +130,7 @@ def create_symlink(source, destination): return if not args.force: - print(f'`{destination}` already exists, will not overwrite. Rerun with `-f` to force overwiring existing files.', file=sys.stderr) + print(f'`{destination}` already exists, will not overwrite. Rerun with `-f` to force overwriting existing files.', file=sys.stderr) return dryrun_safe_remove(destination)