From 1719dbd7be16b08378b48ff3d38a2f4544933c13 Mon Sep 17 00:00:00 2001 From: Sean Williams Date: Mon, 2 Feb 2026 20:01:38 -0600 Subject: [PATCH] config/openpgp.md: Fix typo "ou" -> "you" --- src/config/openpgp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/openpgp.md b/src/config/openpgp.md index aa614166e..edc4437ae 100644 --- a/src/config/openpgp.md +++ b/src/config/openpgp.md @@ -29,6 +29,6 @@ If you need to use pcscd for other reasons, run `echo disable-ccid >> As an alternative to GnuPG with smartcards, Void also ships `openpgp-card-tools`, a Rust based utility not reliant on GnuPG. It requires using `pcscd` for interacting with smart cards, so if you want to use it in -parallel with GnuPG, ou need to configure `scdaemon` to use the pcscd backend, +parallel with GnuPG, you need to configure `scdaemon` to use the pcscd backend, as described above in "[scdaemon with pcscd backend](#scdaemon-with-pcscd-backend)".