summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2023-12-01 21:58:26 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2023-12-01 21:58:26 +0100
commitfe17ce2bbae295213a2cef8ef3c8cafcf0b5de34 (patch)
tree32e35748ed465fe8a60502d16528e6562048258c
parent443245a547bc14c1b1b2d4dd7e61808afa0a62ca (diff)
fix typos
Thanks go to: Author: Andrea Gelmini <andrea.gelmini@gelma.net>
-rw-r--r--docs/changes.rst2
-rw-r--r--src/borg/archiver/_common.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/changes.rst b/docs/changes.rst
index e73507d02..25c67ac9f 100644
--- a/docs/changes.rst
+++ b/docs/changes.rst
@@ -248,7 +248,7 @@ Other changes:
- improve mount options rendering, #7359
- make timestamps in manual pages reproducible.
- describe performing pull-backups via ssh remote forwarding
- - suggest to use forced command when using remote-fowarding via ssh
+ - suggest to use forced command when using remote-forwarding via ssh
- fix some -a / --match-archives docs issues
- incl./excl. options header, clarify --path-from-stdin exclusive control
- add note about MAX_DATA_SIZE
diff --git a/src/borg/archiver/_common.py b/src/borg/archiver/_common.py
index 6d0d06e82..4a49de9b8 100644
--- a/src/borg/archiver/_common.py
+++ b/src/borg/archiver/_common.py
@@ -420,7 +420,7 @@ def define_archive_filters_group(subparser, *, sort_by=True, first_last=True, ol
dest="older",
type=relative_time_marker_validator,
action=Highlander,
- help="consider archives older than (now - TIMESPAN), e.g. 7d oder 12m.",
+ help="consider archives older than (now - TIMESPAN), e.g. 7d or 12m.",
)
group.add_argument(
"--newer",