]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
spelling: read
authorJosh Soref <jsoref@users.noreply.github.com>
Mon, 14 Jun 2021 01:09:24 +0000 (21:09 -0400)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 14 Jun 2021 09:29:15 +0000 (11:29 +0200)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
contrib/python/docs/source/examples/example8.rst

index ff806706bb7d8c54277ae0ab2247e3b0757b30c7..2cd1daf2dd473f47b0cc019316cca2266b77a4c8 100644 (file)
@@ -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.