From: Josh Soref Date: Sun, 23 Jul 2017 20:10:22 +0000 (-0400) Subject: spelling: responsibility X-Git-Tag: trac5124a_base~35^2~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=208883ddef77a2aa7a8047bf508f60c21e9d628b;p=thirdparty%2Fkea.git spelling: responsibility --- diff --git a/src/bin/agent/agent_parser.h b/src/bin/agent/agent_parser.h index 73de79bb97..3e52329c9a 100644 --- a/src/bin/agent/agent_parser.h +++ b/src/bin/agent/agent_parser.h @@ -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 diff --git a/src/bin/d2/d2_parser.h b/src/bin/d2/d2_parser.h index 6e158a6892..94a075cf68 100644 --- a/src/bin/d2/d2_parser.h +++ b/src/bin/d2/d2_parser.h @@ -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 diff --git a/src/bin/dhcp4/dhcp4_parser.h b/src/bin/dhcp4/dhcp4_parser.h index fe98075f98..74b3921587 100644 --- a/src/bin/dhcp4/dhcp4_parser.h +++ b/src/bin/dhcp4/dhcp4_parser.h @@ -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 diff --git a/src/bin/dhcp6/dhcp6_parser.h b/src/bin/dhcp6/dhcp6_parser.h index 3694fa9318..873d6fcbb2 100644 --- a/src/bin/dhcp6/dhcp6_parser.h +++ b/src/bin/dhcp6/dhcp6_parser.h @@ -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 diff --git a/src/lib/eval/parser.h b/src/lib/eval/parser.h index a5d86f39a9..53df1cb8f2 100644 --- a/src/lib/eval/parser.h +++ b/src/lib/eval/parser.h @@ -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