summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@afrolegs.com>2016-10-20 13:04:59 -0400
committerGitHub <noreply@github.com>2016-10-20 13:04:59 -0400
commit556e8d290892c212f591b0ef06ea35dd47020783 (patch)
treefed3bce57bcd86637d2c2a5b74c9bd719caa242e /utils
parent1e943532d3f2ba47cbc028ee05eab683e5ffbc81 (diff)
parent5bfa7e8da79685e09097d266d6cf453729e704dc (diff)
downloadopenshift-556e8d290892c212f591b0ef06ea35dd47020783.tar.gz
openshift-556e8d290892c212f591b0ef06ea35dd47020783.tar.bz2
openshift-556e8d290892c212f591b0ef06ea35dd47020783.tar.xz
openshift-556e8d290892c212f591b0ef06ea35dd47020783.zip
Merge pull request #2623 from rhcarvalho/typos
Fix typos
Diffstat (limited to 'utils')
-rwxr-xr-xutils/site_assets/oo-install-bootstrap.sh2
-rw-r--r--utils/src/ooinstall/cli_installer.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/site_assets/oo-install-bootstrap.sh b/utils/site_assets/oo-install-bootstrap.sh
index 3847c029a..3c5614d39 100755
--- a/utils/site_assets/oo-install-bootstrap.sh
+++ b/utils/site_assets/oo-install-bootstrap.sh
@@ -67,7 +67,7 @@ pip install --no-index -f file:///$(readlink -f deps) ansible 2>&1 >> $OO_INSTAL
# TODO: these deps should technically be handled as part of installing ooinstall
pip install --no-index -f file:///$(readlink -f deps) click 2>&1 >> $OO_INSTALL_LOG
pip install --no-index ./src/ 2>&1 >> $OO_INSTALL_LOG
-echo "Installation preperation done!" 2>&1 >> $OO_INSTALL_LOG
+echo "Installation preparation done!" 2>&1 >> $OO_INSTALL_LOG
echo "Using `ansible --version`" 2>&1 >> $OO_INSTALL_LOG
diff --git a/utils/src/ooinstall/cli_installer.py b/utils/src/ooinstall/cli_installer.py
index 85f18d5d3..1e3697776 100644
--- a/utils/src/ooinstall/cli_installer.py
+++ b/utils/src/ooinstall/cli_installer.py
@@ -969,7 +969,7 @@ def upgrade(ctx, latest_minor, next_major):
sys.exit(0)
playbook = mapping['major_playbook']
new_version = mapping['major_version']
- # Update config to reflect the version we're targetting, we'll write
+ # Update config to reflect the version we're targeting, we'll write
# to disk once Ansible completes successfully, not before.
oo_cfg.settings['variant_version'] = new_version
if oo_cfg.settings['variant'] == 'enterprise':