]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
fix some misspellings
authorJeremy C. Reed <jreed@isc.org>
Wed, 29 Oct 2014 13:44:33 +0000 (06:44 -0700)
committerJeremy C. Reed <jreed@isc.org>
Wed, 29 Oct 2014 13:44:33 +0000 (06:44 -0700)
doc/devel/config-backend.dox
doc/devel/contribute.dox
doc/devel/mainpage.dox
src/bin/d2/d2.dox

index 7a074a169d4a02759a5d54e14c6772ea6bc79ce6..3a1cd5ba07f21bf2a024d23450d87483c4a637a3 100644 (file)
@@ -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
    {
index d1b67aa4ea9d2198cac64d12e0e5c2dfd3ca2bdc..5d143b1d8aedeb6d028157bd9f18058709b2025c 100644 (file)
@@ -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
index fdf9d200049e8c4a76492649b0d8b24e07168adf..f33e0f956d687e575f403e0aebddd4799b8c29d7 100644 (file)
@@ -70,7 +70,7 @@
  *   - @subpage dhcpv6Other
  * - @subpage d2
  *   - @subpage d2CPL
- *   - @subpage d2ProcesDerivation
+ *   - @subpage d2ProcessDerivation
  *   - @subpage d2ConfigMgt
  *   - @subpage d2NCRReceipt
  *   - @subpage d2DDNSUpdateExecution
index 527c7b1432dfa314c5f74e192e2a944744d6a6ed..fe57b570030175b6c48e78e5100af114d0165f5e 100644 (file)
@@ -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: