From: Josh Soref Date: Sun, 13 Jun 2021 21:34:44 +0000 (-0400) Subject: spelling: successful X-Git-Tag: 1.8.0-rc.1~25^2~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ea06f7835e46e34a5de809c1df606537cc4468a;p=thirdparty%2Fldns.git spelling: successful Signed-off-by: Josh Soref --- diff --git a/contrib/python/docs/source/examples/example8.rst b/contrib/python/docs/source/examples/example8.rst index 6fc550a8..ff806706 100644 --- a/contrib/python/docs/source/examples/example8.rst +++ b/contrib/python/docs/source/examples/example8.rst @@ -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. diff --git a/test/testbed/unitmain.c b/test/testbed/unitmain.c index fcc48142..38b576b3 100644 --- a/test/testbed/unitmain.c +++ b/test/testbed/unitmain.c @@ -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"