From 54f12c087b87263e30e7fc665801ed689d8cb6eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Va=C5=A1ek?= <david.vasek@nic.cz> Date: Fri, 30 Aug 2019 13:49:49 +0200 Subject: [PATCH] doc: fix a few typos Hint from Jan-Piet MENS @jpmens on Twitter. --- doc/man/keymgr.8in | 2 +- doc/man_keymgr.rst | 2 +- doc/operation.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/man/keymgr.8in b/doc/man/keymgr.8in index 9526924846..28bea9e3aa 100644 --- a/doc/man/keymgr.8in +++ b/doc/man/keymgr.8in @@ -201,7 +201,7 @@ Key used for signing and submitted to the parent zone (only for KSK). Key used for signing. .TP \fBretire_active\fP -Key still used for singing, but another key is active (only for KSK or algorithm rollover). +Key still used for signing, but another key is active (only for KSK or algorithm rollover). .TP \fBretire\fP Key still published, but no longer used for signing. diff --git a/doc/man_keymgr.rst b/doc/man_keymgr.rst index b4633fa9e9..bf702b2486 100644 --- a/doc/man_keymgr.rst +++ b/doc/man_keymgr.rst @@ -172,7 +172,7 @@ The following arguments are timestamps of key lifetime (see :ref:`DNSSEC Key sta Key used for signing. **retire_active** - Key still used for singing, but another key is active (only for KSK or algorithm rollover). + Key still used for signing, but another key is active (only for KSK or algorithm rollover). **retire** Key still published, but no longer used for signing. diff --git a/doc/operation.rst b/doc/operation.rst index dff183d8a9..e90a12c99d 100644 --- a/doc/operation.rst +++ b/doc/operation.rst @@ -494,7 +494,7 @@ to the settings (see :ref:`KSK<policy_ksk-lifetime>` and :ref:`ZSK<policy_zsk-li The algorithm rollover happens when the policy :ref:`algorithm<policy_algorithm>` field is updated to a different value. -The signing scheme rollover happens when the policy :ref:`singing scheme<policy_single-type-signing>` +The signing scheme rollover happens when the policy :ref:`signing scheme<policy_single-type-signing>` field is changed. It's also possible to change the algorithm and signing scheme in one rollover. -- GitLab