From: Jeremy C. Reed Date: Wed, 29 Oct 2014 13:44:33 +0000 (-0700) Subject: fix some misspellings X-Git-Tag: trac3629a_base~6^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8757f0c591bdd2fb9b5eb54d59da59e85bdf7e2;p=thirdparty%2Fkea.git fix some misspellings --- diff --git a/doc/devel/config-backend.dox b/doc/devel/config-backend.dox index 7a074a169d..3a1cd5ba07 100644 --- a/doc/devel/config-backend.dox +++ b/doc/devel/config-backend.dox @@ -121,7 +121,7 @@ The following are some details of the JSON backend framework. and left up to the user (it is passed as a parameter to the -c command line option). From the implementation perspective, this is slight change from the BIND10 days, as back then a subset of the configuration was received by - the daemon processes. Nowadays the whole configuration is pased. To take a + the daemon processes. Nowadays the whole configuration is passed. To take a specific example, the following is how b10-config.db looks today: @code { diff --git a/doc/devel/contribute.dox b/doc/devel/contribute.dox index d1b67aa4ea..5d143b1d8a 100644 --- a/doc/devel/contribute.dox +++ b/doc/devel/contribute.dox @@ -156,7 +156,7 @@ Once the process is almost complete, the developer will likely ask you how you would like to be credited. The typical answers are by first and last name, by nickname, by company name or anonymously. Typically we will add a note to the \c ChangeLog and also set you as the author of -the commit applying the patch. If the contributted feature is big or +the commit applying the patch. If the contributed feature is big or critical for whatever reason, it may also be mentioned in release notes. @section contributorGuideExtra Extra steps diff --git a/doc/devel/mainpage.dox b/doc/devel/mainpage.dox index fdf9d20004..f33e0f956d 100644 --- a/doc/devel/mainpage.dox +++ b/doc/devel/mainpage.dox @@ -70,7 +70,7 @@ * - @subpage dhcpv6Other * - @subpage d2 * - @subpage d2CPL - * - @subpage d2ProcesDerivation + * - @subpage d2ProcessDerivation * - @subpage d2ConfigMgt * - @subpage d2NCRReceipt * - @subpage d2DDNSUpdateExecution diff --git a/src/bin/d2/d2.dox b/src/bin/d2/d2.dox index 527c7b1432..fe57b57003 100644 --- a/src/bin/d2/d2.dox +++ b/src/bin/d2/d2.dox @@ -198,7 +198,7 @@ during startup and the subsequent receipt of a SIGHUP: @image html cpl_signal_sequence.svg "CPL Signal Handling Sequence" -@section d2ProcesDerivation D2's CPL Derivations +@section d2ProcessDerivation D2's CPL Derivations D2's core application classes are DDNS-specific derivations of the CPL as show in the diagram below: