From be5ce720cfc52c54cce328d3f7e1cf17ec238dde Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 14 Jun 2022 10:00:36 +0200 Subject: [PATCH] TT#71950 Fix typos s/Tamplate Toolkit/Template Toolkit/ s/elemenent/element/ s/compatbility/compatibility/ Change-Id: Ic5f787e82fc2d80fa91d4ee2b7ddeed25a4906c4 --- lib/NGCP/Template/Object.pm | 2 +- sbin/ngcp-sync-grants | 2 +- t/fixtures/ngcpcfg_carrier.cfg | 2 +- t/fixtures/ngcpcfg_carrier_instances.cfg | 2 +- t/fixtures/ngcpcfg_pro.cfg | 2 +- t/fixtures/ngcpcfg_pro_instances.cfg | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/NGCP/Template/Object.pm b/lib/NGCP/Template/Object.pm index 1beebc74..35593ed7 100644 --- a/lib/NGCP/Template/Object.pm +++ b/lib/NGCP/Template/Object.pm @@ -316,7 +316,7 @@ of code executed via the C directive. =item $t = NGCP::Template::Object->new($config) -Create a new object that can be used from within the Tamplate Toolkit, via +Create a new object that can be used from within the Template Toolkit, via the B internal variable, such as C. The $config argument contains the deserialized ngcp-config YAML configuration. diff --git a/sbin/ngcp-sync-grants b/sbin/ngcp-sync-grants index c32dd57d..64771fde 100755 --- a/sbin/ngcp-sync-grants +++ b/sbin/ngcp-sync-grants @@ -195,7 +195,7 @@ sub apply_grants { create_protected_user($user, $host); } } else { - die "Unparsable grants structure elemenent: $key"; + die "Unparsable grants structure element: $key"; } } diff --git a/t/fixtures/ngcpcfg_carrier.cfg b/t/fixtures/ngcpcfg_carrier.cfg index a3cbb304..859df018 100644 --- a/t/fixtures/ngcpcfg_carrier.cfg +++ b/t/fixtures/ngcpcfg_carrier.cfg @@ -2,7 +2,7 @@ [ -n "${NGCPCTL_BASE:-}" ] || NGCPCTL_BASE="$(pwd)/" [ -n "${NGCPCTL_MAIN:-}" ] || NGCPCTL_MAIN="${NGCPCTL_BASE}/fixtures/repos/" [ -n "${NGCPCTL_CONFIG:-}" ] || NGCPCTL_CONFIG="${NGCPCTL_MAIN}/config.yml" -# HA_CONFIG is deprecated, only for backwards compatbility. +# HA_CONFIG is deprecated, only for backwards compatibility. [ -n "${HA_CONFIG:-}" ] || HA_CONFIG="${NGCPCTL_MAIN}/config.node.yml" [ -n "${NODE_CONFIG:-}" ] || NODE_CONFIG="${NGCPCTL_MAIN}/config.node.yml" [ -n "${PAIR_CONFIG:-}" ] || PAIR_CONFIG="${NGCPCTL_MAIN}/config.pair.yml" diff --git a/t/fixtures/ngcpcfg_carrier_instances.cfg b/t/fixtures/ngcpcfg_carrier_instances.cfg index cf4e9f3a..517ece60 100644 --- a/t/fixtures/ngcpcfg_carrier_instances.cfg +++ b/t/fixtures/ngcpcfg_carrier_instances.cfg @@ -2,7 +2,7 @@ [ -n "${NGCPCTL_BASE:-}" ] || NGCPCTL_BASE="$(pwd)/" [ -n "${NGCPCTL_MAIN:-}" ] || NGCPCTL_MAIN="${NGCPCTL_BASE}/fixtures/repos/" [ -n "${NGCPCTL_CONFIG:-}" ] || NGCPCTL_CONFIG="${NGCPCTL_MAIN}/config.yml" -# HA_CONFIG is deprecated, only for backwards compatbility. +# HA_CONFIG is deprecated, only for backwards compatibility. [ -n "${HA_CONFIG:-}" ] || HA_CONFIG="${NGCPCTL_MAIN}/config.node.yml" [ -n "${NODE_CONFIG:-}" ] || NODE_CONFIG="${NGCPCTL_MAIN}/config.node.yml" [ -n "${PAIR_CONFIG:-}" ] || PAIR_CONFIG="${NGCPCTL_MAIN}/config.pair.yml" diff --git a/t/fixtures/ngcpcfg_pro.cfg b/t/fixtures/ngcpcfg_pro.cfg index 2c898297..42e928e7 100644 --- a/t/fixtures/ngcpcfg_pro.cfg +++ b/t/fixtures/ngcpcfg_pro.cfg @@ -2,7 +2,7 @@ [ -n "${NGCPCTL_BASE:-}" ] || NGCPCTL_BASE="$(pwd)/" [ -n "${NGCPCTL_MAIN:-}" ] || NGCPCTL_MAIN="${NGCPCTL_BASE}/fixtures/repos/" [ -n "${NGCPCTL_CONFIG:-}" ] || NGCPCTL_CONFIG="${NGCPCTL_MAIN}/config.yml" -# HA_CONFIG is deprecated, only for backwards compatbility. +# HA_CONFIG is deprecated, only for backwards compatibility. [ -n "${HA_CONFIG:-}" ] || HA_CONFIG="${NGCPCTL_MAIN}/config.node.yml" [ -n "${NODE_CONFIG:-}" ] || NODE_CONFIG="${NGCPCTL_MAIN}/config.node.yml" [ -n "${PAIR_CONFIG:-}" ] || PAIR_CONFIG="${NGCPCTL_MAIN}/config.pair.yml" diff --git a/t/fixtures/ngcpcfg_pro_instances.cfg b/t/fixtures/ngcpcfg_pro_instances.cfg index f51c8f60..c46e4c10 100644 --- a/t/fixtures/ngcpcfg_pro_instances.cfg +++ b/t/fixtures/ngcpcfg_pro_instances.cfg @@ -2,7 +2,7 @@ [ -n "${NGCPCTL_BASE:-}" ] || NGCPCTL_BASE="$(pwd)/" [ -n "${NGCPCTL_MAIN:-}" ] || NGCPCTL_MAIN="${NGCPCTL_BASE}/fixtures/repos/" [ -n "${NGCPCTL_CONFIG:-}" ] || NGCPCTL_CONFIG="${NGCPCTL_MAIN}/config.yml" -# HA_CONFIG is deprecated, only for backwards compatbility. +# HA_CONFIG is deprecated, only for backwards compatibility. [ -n "${HA_CONFIG:-}" ] || HA_CONFIG="${NGCPCTL_MAIN}/config.node.yml" [ -n "${NODE_CONFIG:-}" ] || NODE_CONFIG="${NGCPCTL_MAIN}/config.node.yml" [ -n "${PAIR_CONFIG:-}" ] || PAIR_CONFIG="${NGCPCTL_MAIN}/config.pair.yml"