From 208883ddef77a2aa7a8047bf508f60c21e9d628b Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 23 Jul 2017 16:10:22 -0400 Subject: [PATCH] spelling: responsibility --- src/bin/agent/agent_parser.h | 2 +- src/bin/d2/d2_parser.h | 2 +- src/bin/dhcp4/dhcp4_parser.h | 2 +- src/bin/dhcp6/dhcp6_parser.h | 2 +- src/lib/eval/parser.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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 -- 2.47.2