Skip to content

Commit f615492

Browse files
authored
misc: fix spelling (#542)
Signed-off-by: John Bampton <[email protected]>
1 parent b33de29 commit f615492

29 files changed

+38
-38
lines changed

ContainerRegistry/scripts/kubeadm-setup-registry.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ do
2929
shift; shift
3030
;;
3131
"--dev")
32-
# Developper release
32+
# Developer release
3333
Repo="kubernetes_developer"
3434
YumOpts=""
3535
shift

ContainerTools/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ When installed, this Vagrantfile will make use of the following third party Vagr
2525
proxies in the guest VMs if you need to access the Internet through proxy. See
2626
plugin documentation for the configuration.
2727

28-
To intall Vagrant plugins run:
28+
To install Vagrant plugins run:
2929
```
3030
vagrant plugin install <name>...
3131
```

Ocr-Yum-Mirror/scripts/ocr-mirror.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Since: August, 2022
88
99
# Description: Setup the Oracle Container Registry Mirror
10-
# Manual steps avaialble at https://docs.oracle.com/en/operating-systems/oracle-linux/podman/podman-UsingContainerRegistries.html#podman-ocr-local-mirror
10+
# Manual steps available at https://docs.oracle.com/en/operating-systems/oracle-linux/podman/podman-UsingContainerRegistries.html#podman-ocr-local-mirror
1111
#
1212
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1313
#

Ocr-Yum-Mirror/scripts/yum-mirror.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Since: August, 2022
88
99
# Description: Setup the Yum mirror configuration
10-
# Manual steps avaialble at https://docs.oracle.com/en/learn/local_yum-mirror_linux_8/index.html#introduction
10+
# Manual steps available at https://docs.oracle.com/en/learn/local_yum-mirror_linux_8/index.html#introduction
1111
#
1212
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1313
#

OracleAPEX/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
154154
"SYSTEM_TIMEZONE" => SYSTEM_TIMEZONE
155155
}
156156

157-
# Provision Oracle Application Expresss on the first run
157+
# Provision Oracle Application Express on the first run
158158
config.vm.provision "shell", path: "scripts/apex.sh"
159159
# Provision Oracle Rest Data Services on the first run
160160
config.vm.provision "shell", path: "scripts/ords.sh"

OracleAPEX/scripts/database.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ sed -i -e "s|###ORACLE_PWD###|$ORACLE_PWD|g" /etc/sysconfig/oracle-xe-18c.conf
5353
. /home/oracle/.bashrc
5454
su - oracle -c "mkdir -p $ORACLE_BASE/admin"
5555

56-
# start listener and datbase configuration
56+
# start listener and database configuration
5757
/etc/init.d/oracle-xe-18c configure
5858

5959
echo 'INSTALLER: Database created'

OracleDG/OL7/scripts/03_setup_oradata_disks.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# 03_setup_oradata_disks.sh
1010
#
1111
# DESCRIPTION
12-
# Setting-up shared disks partions & udev rules
12+
# Setting-up shared disks partitions & udev rules
1313
#
1414
# NOTES
1515
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
@@ -26,7 +26,7 @@
2626
#
2727
#│▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
2828
echo "-----------------------------------------------------------------"
29-
echo -e "${INFO}`date +%F' '%T`: Setting-up oradata disks partions"
29+
echo -e "${INFO}`date +%F' '%T`: Setting-up oradata disks partitions"
3030
echo "-----------------------------------------------------------------"
3131
BOX_DISK_NUM=$1
3232
PROVIDER=$2

OracleDG/OL7/scripts/standby_DB_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ cat > /tmp/init_standby.ora <<EOF
4747
EOF
4848

4949
echo "-----------------------------------------------------------------"
50-
echo -e "${INFO}`date +%F' '%T`: Making auxillary instance"
50+
echo -e "${INFO}`date +%F' '%T`: Making auxiliary instance"
5151
echo "-----------------------------------------------------------------"
5252
export ORACLE_SID=${DB_NAME}
5353
${DB_HOME}/bin/sqlplus / as sysdba <<EOF

OracleDG/OL8/scripts/03_setup_oradata_disks.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# 03_setup_oradata_disks.sh
1010
#
1111
# DESCRIPTION
12-
# Setting-up shared disks partions & udev rules
12+
# Setting-up shared disks partitions & udev rules
1313
#
1414
# NOTES
1515
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
@@ -26,7 +26,7 @@
2626
#
2727
#│▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
2828
echo "-----------------------------------------------------------------"
29-
echo -e "${INFO}`date +%F' '%T`: Setting-up oradata disks partions"
29+
echo -e "${INFO}`date +%F' '%T`: Setting-up oradata disks partitions"
3030
echo "-----------------------------------------------------------------"
3131
BOX_DISK_NUM=$1
3232
PROVIDER=$2

OracleDG/OL8/scripts/standby_DB_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ cat > /tmp/init_standby.ora <<EOF
4747
EOF
4848

4949
echo "-----------------------------------------------------------------"
50-
echo -e "${INFO}`date +%F' '%T`: Making auxillary instance"
50+
echo -e "${INFO}`date +%F' '%T`: Making auxiliary instance"
5151
echo "-----------------------------------------------------------------"
5252
export ORACLE_SID=${DB_NAME}
5353
${DB_HOME}/bin/sqlplus / as sysdba <<EOF

0 commit comments

Comments
 (0)