* doc/examples/common.conf: fix home dir path --
Fix a few typos in user-specific path of common.conf added in d13c5bc24 (gpg,gpgsm: Move use-keyboxd to the new conf file common.conf, 2021-04-19). The file is in the GnuPG home dir. Replace 'use if' with 'use of' as well. Signed-off-by: Todd Zullinger <[email protected]> --- Apologies for the quick v2. I noticed another typo just after sending the initial patch. doc/examples/common.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/examples/common.conf b/doc/examples/common.conf index 365fc4e8f..ed68f762b 100644 --- a/doc/examples/common.conf +++ b/doc/examples/common.conf @@ -3,10 +3,10 @@ # This file may provide defaults as well as options which needs to be # synchronized between components. As usual this file is read from # the system wide config directory (e.g. /etc/gnupg/common.conf) as -# well as from the home directory (e.g. ~/.gnupg.common.conf). +# well as from the home directory (e.g. ~/.gnupg/common.conf). -# Uncomment to enable the use if the keybox daemon (keyboxd) by gpg +# Uncomment to enable the use of the keybox daemon (keyboxd) by gpg # and gpgsm. #use-keyboxd -- 2.45.2 _______________________________________________ Gnupg-devel mailing list [email protected] https://lists.gnupg.org/mailman/listinfo/gnupg-devel
