aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2023-06-16 14:37:08 +0200
committerGitHub <noreply@github.com>2023-06-16 14:37:08 +0200
commitbaef05e6fefb46b3bdddb2785861bd7190920506 (patch)
treea3855311ef99f11463c1e173fb099b425b049705
parent126eea48e300ab365c46ce062776e74a3907a7c8 (diff)
fix typo
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
-rw-r--r--src/nix/daemon.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/daemon.cc b/src/nix/daemon.cc
index 43d2f8f86..6dcd7f94d 100644
--- a/src/nix/daemon.cc
+++ b/src/nix/daemon.cc
@@ -82,7 +82,7 @@ struct AuthorizationSettings : Config {
> **Note**
>
- > Trusted users (set in [`trusted-users`](#conf-trusted-users)) can always to connect to the Nix daemon.
+ > Trusted users (set in [`trusted-users`](#conf-trusted-users)) can always connect to the Nix daemon.
)"};
};