Skip to content

Commit 08f91d4

Browse files
Merge pull request #9860 from mvanhorn/docs/fix-contruct-typo
docs: fix typo in serve comment (contruct -> construct)
2 parents cef78c9 + f59258e commit 08f91d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/borg/archiver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ def get_args(self, argv, cmd):
339339
# everything else comes from the forced "borg serve" command (or the defaults).
340340
# stuff from denylist must never be used from the client.
341341
denylist = {"restrict_to_paths", "restrict_to_repositories", "umask", "permissions"}
342-
# "backend" is given by the client to the REST server to contruct a posixfs backend
342+
# "backend" is given by the client to the REST server to construct a posixfs backend
343343
# that shall be used as a repository (borg serve --rest --backend FILE:<path>).
344344
# Like the legacy repository path (transmitted via the RPC protocol),
345345
# the client chooses *which* repository it wants to use; the ssh forced command pins the

0 commit comments

Comments
 (0)