core: fix typo

Follow-up for 21b366121f.
This commit is contained in:
Yu Watanabe
2024-04-13 05:20:02 +09:00
parent af6e984109
commit bf4c90caed

View File

@@ -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