]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
spelling: successful
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 13 Jun 2021 21:34:44 +0000 (17:34 -0400)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 14 Jun 2021 09:24:48 +0000 (11:24 +0200)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
contrib/python/docs/source/examples/example8.rst
test/testbed/unitmain.c

index 6fc550a86045ff2ded3c3019d9c353bde2f55f37..ff806706bb7d8c54277ae0ab2247e3b0757b30c7 100644 (file)
@@ -14,4 +14,4 @@ Signing consists of three steps
 
 2. In the second step, the private and public key is readed and public key is inserted into zone (as DNSKEY). 
 
-3. In the last step, the DNSSEC zone instace 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 successfull, the content of DNSSEC zone is written to a file.
+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.
index fcc48142a1f4751d4f5e22ad8b067fb87984c3c1..38b576b3f980090564b6e00263c24da8d925112e 100644 (file)
@@ -9,7 +9,7 @@
 /**
  * \file
  * Unit test main program. Calls all the other unit tests.
- * Exits with code 1 on a failure. 0 if all unit tests are successfull.
+ * Exits with code 1 on a failure. 0 if all unit tests are successful.
  */
 
 #include "config.h"