TT#58205 Fix misc typos

s/Swtich/Switch/
s/explicitely/explicitly/
s/precendence/precedence/
s/successfull/successful/
s/successfuly/successfully/

Change-Id: I7b010d36c7b970771001a6aa66e51f0c7eba4933
changes/25/29425/1
Michael Prokop 7 years ago
parent 12bda24d4b
commit ca5730fe23

6
debian/changelog vendored

@ -700,7 +700,7 @@ ngcp-ngcpcfg (0.23.0.0+0~mr3.6.0.0) unstable; urgency=low
* [f726fd2] MT#8503 Add helper to fetch dispatcher ids
[ Alexander Lutay ]
* [6c74dde] MT#8117 Swtich defaults from 127.0.0.1 to localhost
* [6c74dde] MT#8117 Switch defaults from 127.0.0.1 to localhost
* [f8326b4] MT#8763 Add backward compatibility for mr3.4->mr3.5 PRO upgrade
* [9ed2741] MT#9333 Improve error logging for tt2-daemon
@ -946,7 +946,7 @@ ngcp-ngcpcfg (0.12.0) unstable; urgency=low
* Update configuration files according to recent development
* Add fileformat_version helper script for usage inside upgrade scripts
* Error out if encoding of a central configuration file isn't ASCII nor UTF-8
* tt2-wrapper: explicitely set utf8 mode for stdout
* tt2-wrapper: explicitly set utf8 mode for stdout
* Run xsltproc with --nonet option
* Add config.yml/constants.yml testfiles for new sip:provider releases
@ -1008,7 +1008,7 @@ ngcp-ngcpcfg (0.11.0) unstable; urgency=low
precedence of configuration files,...)
* High Availability Setup:
- Do not add host to host list if build operation was successfull
- Do not add host to host list if build operation was successful
- Fix typo in warning message (registerted<->registered)
- Support --nobuild option to skip build process when pushing
changes

@ -828,7 +828,7 @@ B<cert> (certificate PEM), or B<key> (private key PEM). I<how> can be one of B<f
(name of a local file including full path), B<template> (same as B<file> but the name can include
placeholders, such as B<%h>, B<%c>, etc), or B<inline> (the actual contents of a PEM file).
A PEM specified as B<inline> takes precendence over a file specified via B<file>, which in turn
A PEM specified as B<inline> takes precedence over a file specified via B<file>, which in turn
takes precendce over a file specified via B<template>.
Usage examples:

@ -246,7 +246,7 @@ check_configs_conflicts
check_shared_storage || exit $?
log_info "configs were checked successfuly"
log_info "configs were checked successfully"
exit 0
## END OF FILE #################################################################

Loading…
Cancel
Save