TT#71950 Fix typos

s/Tamplate Toolkit/Template Toolkit/
s/elemenent/element/
s/compatbility/compatibility/

Change-Id: Ic5f787e82fc2d80fa91d4ee2b7ddeed25a4906c4
mr11.0
Michael Prokop 3 years ago
parent e48864fc33
commit be5ce720cf

@ -316,7 +316,7 @@ of code executed via the C<PROCESS> 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<ngcp> internal variable, such as C<ngcp.some_method(argument)>.
The $config argument contains the deserialized ngcp-config YAML configuration.

@ -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";
}
}

@ -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"

@ -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"

@ -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"

@ -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"

Loading…
Cancel
Save