From f59258e3054888a8b2d0d521f673b31ee1655cc6 Mon Sep 17 00:00:00 2001 From: Matt Van Horn <455140+mvanhorn@users.noreply.github.com> Date: Sun, 5 Jul 2026 04:26:48 -0700 Subject: [PATCH] docs: fix typo in serve comment (contruct -> construct) --- src/borg/archiver/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/borg/archiver/__init__.py b/src/borg/archiver/__init__.py index 833b5d821c..ec5cc1d52e 100644 --- a/src/borg/archiver/__init__.py +++ b/src/borg/archiver/__init__.py @@ -339,7 +339,7 @@ def get_args(self, argv, cmd): # everything else comes from the forced "borg serve" command (or the defaults). # stuff from denylist must never be used from the client. denylist = {"restrict_to_paths", "restrict_to_repositories", "umask", "permissions"} - # "backend" is given by the client to the REST server to contruct a posixfs backend + # "backend" is given by the client to the REST server to construct a posixfs backend # that shall be used as a repository (borg serve --rest --backend FILE:). # Like the legacy repository path (transmitted via the RPC protocol), # the client chooses *which* repository it wants to use; the ssh forced command pins the