From bf4c90caedeb003ad2bce2539d42f25a55c9eeeb Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sat, 13 Apr 2024 05:20:02 +0900 Subject: [PATCH] core: fix typo Follow-up for 21b366121f02aaeba5ba8c7597bba21c450172b5. --- src/core/load-fragment.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/load-fragment.c b/src/core/load-fragment.c index 9a6c1c923b6..188e5467136 100644 --- a/src/core/load-fragment.c +++ b/src/core/load-fragment.c @@ -897,7 +897,7 @@ int config_parse_exec( /* We accept an absolute path as first argument. Valid prefixes and their effect: * * "-": Ignore if the path doesn't exist - * "@": Allow overridding argv[0] (supplied as a separate argument) + * "@": Allow overriding argv[0] (supplied as a separate argument) * ":": Disable environment variable substitution * "+": Run with full privileges and no sandboxing * "!": Apply sandboxing except for user/group credentials -- 2.47.3