Skip to content

Commit 7f0be4f

Browse files
author
Swapnil Kulkarni (coolsvap)
committed
Updated Typos in devstack
(1/5) Updated HACKING.rst for typos (2/5) Updated typos in lib/dlm (3/5) Updated typos in lib/ironic (4/5) Updated typos in unittest.sh (5/5) Updated typos in test_meta_config.sh Change-Id: I7aafa3af69df9dc6a5923a8557f380d48b73433a
1 parent 0b6a40b commit 7f0be4f

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

HACKING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ There are some broad criteria that will be followed when reviewing
328328
your change
329329

330330
* **Is it passing tests** -- your change will not be reviewed
331-
throughly unless the official CI has run successfully against it.
331+
thoroughly unless the official CI has run successfully against it.
332332

333333
* **Does this belong in DevStack** -- DevStack reviewers have a
334334
default position of "no" but are ready to be convinced by your

lib/dlm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ZOOKEEPER_CONF_DIR=/etc/zookeeper
4646
# - cleanup_dlm
4747

4848
# This should be declared in the settings file of any plugin or
49-
# service that needs to have a dlm in their enviroment.
49+
# service that needs to have a dlm in their environment.
5050
function use_dlm {
5151
enable_service $(dlm_backend)
5252
}

lib/ironic

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ IRONIC_VM_LOG_DIR=${IRONIC_VM_LOG_DIR:-$IRONIC_DATA_DIR/logs/}
9292
# Use DIB to create deploy ramdisk and kernel.
9393
IRONIC_BUILD_DEPLOY_RAMDISK=$(trueorfalse True IRONIC_BUILD_DEPLOY_RAMDISK)
9494
# If not use DIB, these files are used as deploy ramdisk/kernel.
95-
# (The value must be a absolute path)
95+
# (The value must be an absolute path)
9696
IRONIC_DEPLOY_RAMDISK=${IRONIC_DEPLOY_RAMDISK:-}
9797
IRONIC_DEPLOY_KERNEL=${IRONIC_DEPLOY_KERNEL:-}
9898
IRONIC_DEPLOY_ELEMENT=${IRONIC_DEPLOY_ELEMENT:-deploy-ironic}
@@ -672,7 +672,7 @@ function configure_iptables {
672672
# enable tftp natting for allowing connections to HOST_IP's tftp server
673673
sudo modprobe nf_conntrack_tftp
674674
sudo modprobe nf_nat_tftp
675-
# explicitly allow DHCP - packets are occassionally being dropped here
675+
# explicitly allow DHCP - packets are occasionally being dropped here
676676
sudo iptables -I INPUT -p udp --dport 67:68 --sport 67:68 -j ACCEPT || true
677677
# nodes boot from TFTP and callback to the API server listening on $HOST_IP
678678
sudo iptables -I INPUT -d $HOST_IP -p udp --dport 69 -j ACCEPT || true

tests/test_meta_config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function check_result {
2424
}
2525

2626
# mock function-common:die so that it does not
27-
# interupt our test script
27+
# interrupt our test script
2828
function die {
2929
exit -1
3030
}

tests/unittest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function failed {
4646
ERROR=$((ERROR+1))
4747
}
4848

49-
# assert string comparision of val1 equal val2, printing out msg
49+
# assert string comparison of val1 equal val2, printing out msg
5050
# usage: assert_equal val1 val2 msg
5151
function assert_equal {
5252
local lineno

0 commit comments

Comments
 (0)