From d8cbdfc359c7852ed3dd2bf9d2623d8d6d24357f Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 8 Jun 2020 01:46:56 +0200 Subject: [PATCH] fix typo --- src/borg/archiver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/borg/archiver.py b/src/borg/archiver.py index 54a6adadb..3f25c3d06 100644 --- a/src/borg/archiver.py +++ b/src/borg/archiver.py @@ -2158,7 +2158,7 @@ class Archiver: This pattern style is (only) useful to match full paths. This is kind of a pseudo pattern as it can not have any variable or unspecified parts - the full path must be given. `pf:root/file.ext` matches - `root/file.txt` only. A leading path separator is always removed. + `root/file.ext` only. A leading path separator is always removed. Implementation note: this is implemented via very time-efficient O(1) hashtable lookups (this means you can have huge amounts of such patterns