]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: responsibility
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 20:10:22 +0000 (16:10 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 20:10:22 +0000 (16:10 -0400)
src/bin/agent/agent_parser.h
src/bin/d2/d2_parser.h
src/bin/dhcp4/dhcp4_parser.h
src/bin/dhcp6/dhcp6_parser.h
src/lib/eval/parser.h

index 73de79bb9730311606c24a9318e33106b069c5ab..3e52329c9a4a0d9e3dc43f88a5f451fd50815315 100644 (file)
@@ -218,7 +218,7 @@ namespace isc { namespace agent {
     /// Both variants must be built beforehand, because swapping the actual
     /// data requires reading it (with as()), and this is not possible on
     /// unconstructed variants: it would require some dynamic testing, which
-    /// should not be the variant's responsability.
+    /// should not be the variant's responsibility.
     /// Swapping between built and (possibly) non-built is done with
     /// variant::move ().
     template <typename T>
index 6e158a689292c109151fbcfe39d1fcc04ff7cb6d..94a075cf68648bca4b2bf5d9d07c5ce04dcf0251 100644 (file)
@@ -219,7 +219,7 @@ namespace isc { namespace d2 {
     /// Both variants must be built beforehand, because swapping the actual
     /// data requires reading it (with as()), and this is not possible on
     /// unconstructed variants: it would require some dynamic testing, which
-    /// should not be the variant's responsability.
+    /// should not be the variant's responsibility.
     /// Swapping between built and (possibly) non-built is done with
     /// variant::move ().
     template <typename T>
index fe98075f98ecb22b1f6d04bc7886582b96691f22..74b39215875d26f4a0757ab7bb5e98552dd0188a 100644 (file)
@@ -219,7 +219,7 @@ namespace isc { namespace dhcp {
     /// Both variants must be built beforehand, because swapping the actual
     /// data requires reading it (with as()), and this is not possible on
     /// unconstructed variants: it would require some dynamic testing, which
-    /// should not be the variant's responsability.
+    /// should not be the variant's responsibility.
     /// Swapping between built and (possibly) non-built is done with
     /// variant::move ().
     template <typename T>
index 3694fa931844fd009f647805517e32b9bc45be65..873d6fcbb2b505f90b91e830508896b1160c93fe 100644 (file)
@@ -219,7 +219,7 @@ namespace isc { namespace dhcp {
     /// Both variants must be built beforehand, because swapping the actual
     /// data requires reading it (with as()), and this is not possible on
     /// unconstructed variants: it would require some dynamic testing, which
-    /// should not be the variant's responsability.
+    /// should not be the variant's responsibility.
     /// Swapping between built and (possibly) non-built is done with
     /// variant::move ().
     template <typename T>
index a5d86f39a9afe93c8c3da5a813f09db7c8b8854a..53df1cb8f227149ce95fbc2cca17c1bee7212432 100644 (file)
@@ -218,7 +218,7 @@ namespace isc { namespace eval {
     /// Both variants must be built beforehand, because swapping the actual
     /// data requires reading it (with as()), and this is not possible on
     /// unconstructed variants: it would require some dynamic testing, which
-    /// should not be the variant's responsability.
+    /// should not be the variant's responsibility.
     /// Swapping between built and (possibly) non-built is done with
     /// variant::move ().
     template <typename T>