From a42248419e0f4220af3c24a6eca9489d29c5030e Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 23 Sep 2017 16:47:09 +0200 Subject: [PATCH] TT#22411 Fix spelling mistakes/typos s/Syncronizes/Synchronizes/ s/Wheras/Whereas/ s/configuation/configuration/ s/exisiting/existing/ s/explicitely/explicitly/ s/files files/files/ s/has has/has/ s/initialise initialise/initialise/ s/mulitple/multiple/ s/ouput/output/ s/propogates/propagates/ s/successfull/successful/ s/syncronizes/synchronizes/ s/the the/the/ s/uncommited/uncommitted/ Change-Id: Id13ec889c5de620b675e357d99066688cfc97617 --- docs/ngcpcfg.txt | 8 ++++---- functions/main | 4 ++-- helper/sort-yml | 2 +- sbin/ngcp-network | 2 +- sbin/ngcp-network-validator | 2 +- sbin/ngcp-sync-constants | 8 ++++---- scripts/build | 4 ++-- scripts/check | 4 ++-- scripts/clean | 2 +- scripts/decrypt | 2 +- testsuite/ngcp-network | 2 +- 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/ngcpcfg.txt b/docs/ngcpcfg.txt index 5967cc0e..4772a7e4 100644 --- a/docs/ngcpcfg.txt +++ b/docs/ngcpcfg.txt @@ -109,7 +109,7 @@ file is usually provided by a Debian package. * _/etc/ngcp-config/templates/etc/foobar/baz.tt2.$HA_NODE_: node specific template file. $HA_NODE is determined using the content of /etc/ngcp_ha_node (usually being _sp1_ for the first node and _sp2_ for the second node on the -Sipwise Next Generation Platform). Wheras _*customtt.tt2_ files are used on all +Sipwise Next Generation Platform). Whereas _*customtt.tt2_ files are used on all nodes in a High Availability setup the _*.tt2.$HA_NODE*_ file is specific for the single node only. A common usage case is master vs. slave configuration of a service. Configuration file is usually provided by a Debian package. @@ -330,7 +330,7 @@ _/etc/ngcp-config_. You can specify options for the underlying 'git diff' command, e.g. 'ngcpcfg diff HEAD^' will show all changes that have been recorded with the last _commit_ operation (see manpage git-rev-parse(1) for details how to specify revisions). If the tool doesn't report anything it means that there -are neither any uncommited changes nor any new or removed files (files which are +are neither any uncommitted changes nor any new or removed files (files which are not yet (un)registered to the repository). **encrypt**:: @@ -378,7 +378,7 @@ to also skip the _apply_ operation). If the '--shared-only' option is set then the any pending commits will be pushed only to the shared repository only, any foreign hosts will be skipped then. If hostname(s) or IP address(es) is given as argument then the changes will be pushed to the shared repository and to the -given hosts only. If no host has has been specified then the hosts specified in +given hosts only. If no host has been specified then the hosts specified in _/etc/ngcp-config/systems.cfg_ are used. Note: This option is available in the High Availability setup only. @@ -468,7 +468,7 @@ Does ngcpcfg also track file permissions? ----------------------------------------- When using ngcpcfg in a HA setup (PRO/CARRIER only) you want to ensure that -changing file permissions inside the ngcpcfg repository on one node propogates +changing file permissions inside the ngcpcfg repository on one node propagates to the other node(s) as well. ngcpcfg is using git underneath, though git itself doesn't track file permissions (except for the execution bit). diff --git a/functions/main b/functions/main index c5431c90..239c3399 100644 --- a/functions/main +++ b/functions/main @@ -116,7 +116,7 @@ get_branch_status() { fi } -## important variables we depend on to operate successfully {{{ +## important variables we depend on to operate successfuly {{{ # support test suite which requires system independent configuration if [ -r "${NGCPCFG:-}" ] ; then log_debug "sourcing configuration file ${NGCPCFG:-}" @@ -334,7 +334,7 @@ record_commit_id() { log_debug "mkdir -p ${STATE_FILES_DIR}" mkdir -p "${STATE_FILES_DIR}" - # if there are uncommited changes then record it as such + # if there are uncommitted changes then record it as such if git status --porcelain | grep -q . ; then echo "dirty" > "${STATE_FILES_DIR}/build" else diff --git a/helper/sort-yml b/helper/sort-yml index 05625c67..dd269893 100755 --- a/helper/sort-yml +++ b/helper/sort-yml @@ -8,7 +8,7 @@ use warnings; use YAML::XS; my $inputfile = shift or die 'You did not specify an input file name'; -my $outputfile = shift or die 'You did not specify an ouput file name'; +my $outputfile = shift or die 'You did not specify an output file name'; my $yaml = YAML::XS::LoadFile($inputfile); diff --git a/sbin/ngcp-network b/sbin/ngcp-network index a3719120..9d7afe83 100755 --- a/sbin/ngcp-network +++ b/sbin/ngcp-network @@ -728,7 +728,7 @@ NOTE: If multiple B<--set-interface> options are specified in one command line (e.g. 'B<--set-interface=lo --set-interface=eth0 --set-interface=eth1>') then options like B<--hwaddr> cannot be sanely combined with different settings on multiple interfaces. Instead invoke ngcp-network with the B<--set-interface> -option mulitple times. +option multiple times. =item B<--shared-ip>=I diff --git a/sbin/ngcp-network-validator b/sbin/ngcp-network-validator index 32267699..1126ccf6 100755 --- a/sbin/ngcp-network-validator +++ b/sbin/ngcp-network-validator @@ -219,7 +219,7 @@ B [I