From cbc010fd662b2afdbb16f6f98fd57e02a9c3e69f Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 13 Jun 2021 21:09:24 -0400 Subject: [PATCH] spelling: read Signed-off-by: Josh Soref --- contrib/python/docs/source/examples/example8.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/python/docs/source/examples/example8.rst b/contrib/python/docs/source/examples/example8.rst index ff806706..2cd1daf2 100644 --- a/contrib/python/docs/source/examples/example8.rst +++ b/contrib/python/docs/source/examples/example8.rst @@ -10,8 +10,8 @@ In order to be able sign a zone file, you have to generate a key-pair using ``ld Signing consists of three steps -1. In the first step, the content of a zone file is readed and parsed. This can be done using :class:`ldns.ldns_zone` class. +1. In the first step, the content of a zone file is read and parsed. This can be done using :class:`ldns.ldns_zone` class. -2. In the second step, the private and public key is readed and public key is inserted into zone (as DNSKEY). +2. In the second step, the private and public key is read and public key is inserted into zone (as DNSKEY). 3. In the last step, the DNSSEC zone instance is created and all the RRs from zone file are copied here. Then, all the records are signed using :meth:`ldns.ldns_zone.sign` method. If the signing was successful, the content of DNSSEC zone is written to a file. -- 2.47.3