Skip to content

Commit f615492

Browse files
authoredApr 7, 2025
misc: fix spelling (#542)
Signed-off-by: John Bampton <jbampton@gmail.com>
1 parent b33de29 commit f615492

29 files changed

+38
-38
lines changed
 

‎ContainerRegistry/scripts/kubeadm-setup-registry.sh

+1-1
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

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Since: August, 2022
88
# Author: simon.coter@oracle.com
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Since: August, 2022
88
# Author: simon.coter@oracle.com
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

+1-1
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

+1-1
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

+2-2
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

+1-1
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

+2-2
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

+1-1
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/OL9/scripts/03_setup_oradata_disks.sh

+2-2
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/OL9/scripts/standby_DB_setup.sh

+1-1
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

‎OracleFPP/OL7/scripts/06_setup_shared_disks.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# 05_setup_shared_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.
@@ -27,7 +27,7 @@
2727
#│▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
2828
. /vagrant/config/setup.env
2929
echo "-----------------------------------------------------------------"
30-
echo -e "${INFO}`date +%F' '%T`: Setting-up shared disks partions"
30+
echo -e "${INFO}`date +%F' '%T`: Setting-up shared disks partitions"
3131
echo "-----------------------------------------------------------------"
3232
BOX_DISK_NUM=$1
3333
PROVIDER=$2

‎OracleFPP/OL8/scripts/06_setup_shared_disks.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# 05_setup_shared_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.
@@ -27,7 +27,7 @@
2727
#│▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
2828
. /vagrant/config/setup.env
2929
echo "-----------------------------------------------------------------"
30-
echo -e "${INFO}`date +%F' '%T`: Setting-up shared disks partions"
30+
echo -e "${INFO}`date +%F' '%T`: Setting-up shared disks partitions"
3131
echo "-----------------------------------------------------------------"
3232
BOX_DISK_NUM=$1
3333
PROVIDER=$2

‎OracleFPP/OL9/scripts/06_setup_shared_disks.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# 05_setup_shared_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.
@@ -27,7 +27,7 @@
2727
#│▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
2828
. /vagrant/config/setup.env
2929
echo "-----------------------------------------------------------------"
30-
echo -e "${INFO}`date +%F' '%T`: Setting-up shared disks partions"
30+
echo -e "${INFO}`date +%F' '%T`: Setting-up shared disks partitions"
3131
echo "-----------------------------------------------------------------"
3232
BOX_DISK_NUM=$1
3333
PROVIDER=$2

‎OracleGDD/OL8/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ To run scripts in a specific order, prefix the file names with a number, e.g., `
183183
</dhcp>
184184
</ip>
185185
</network>
186-
- If you are behing a proxy, set the following env variables
186+
- If you are behind a proxy, set the following env variables
187187

188188

189189
#### (Linux/MacOSX)

‎OracleGDD/OL8/scripts/podman-compose-prerequisites-free.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ ${LOCAL_NETWORK}.101 oshard-gsm2.example.com oshard-gsm2
108108
EOF
109109
"
110110

111-
# Create required directries
111+
# Create required directories
112112

113113
mkdir -p ${PODMANVOLLOC}/scripts
114114
chown -R 54321:54321 ${PODMANVOLLOC}/scripts

‎OracleGDD/OL9/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ To run scripts in a specific order, prefix the file names with a number, e.g., `
180180
</dhcp>
181181
</ip>
182182
</network>
183-
- If you are behing a proxy, set the following env variables
183+
- If you are behind a proxy, set the following env variables
184184

185185

186186
#### (Linux/MacOSX)

‎OracleGDD/OL9/scripts/podman-compose-prerequisites-free.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ ${LOCAL_NETWORK}.101 oshard-gsm2.example.com oshard-gsm2
108108
EOF
109109
"
110110

111-
# Create required directries
111+
# Create required directories
112112

113113
mkdir -p ${PODMANVOLLOC}/scripts
114114
chown -R 54321:54321 ${PODMANVOLLOC}/scripts

‎OracleRAC/OL7/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The following can be customized:
8686
- `asm_disk_num`: Oracle RAC Automatic Storage Manager virtual disk number (min 4)
8787
- `asm_disk_size`: Oracle RAC Automatic Storage Manager virtual disk size in Gb (at least 10)
8888
- `asm_lib_type`: Oracle ASM filter driver ('asmfd'), Oracle ASMlib ('asmlib') or 'NONE'
89-
- `p1_ratio`: ASM disks partiton ration (%). Min 10%, Max 80%
89+
- `p1_ratio`: ASM disks partition ration (%). Min 10%, Max 80%
9090

9191
#### environment
9292

‎OracleRAC/OL7/Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ if ( (var_cdb != true) and (var_cdb != false) )
237237
end
238238

239239
if ( (var_orestart == true) and (var_db_type != 'SI'))
240-
puts 'ERROR: orestart option supports ony Single Instance database'
240+
puts 'ERROR: orestart option supports only Single Instance database'
241241
exit
242242
end
243243

‎OracleRAC/OL7/scripts/06_setup_shared_disks.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# 05_setup_shared_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.
@@ -28,7 +28,7 @@
2828
#│▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
2929
. /vagrant/config/setup.env
3030
echo "-----------------------------------------------------------------"
31-
echo -e "${INFO}`date +%F' '%T`: Setting-up shared disks partions"
31+
echo -e "${INFO}`date +%F' '%T`: Setting-up shared disks partitions"
3232
echo "-----------------------------------------------------------------"
3333
BOX_DISK_NUM=$1
3434
PROVIDER=$2

‎OracleRAC/OL8/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The following can be customized:
8787
- `asm_disk_num`: Oracle RAC Automatic Storage Manager virtual disk number (min 4)
8888
- `asm_disk_size`: Oracle RAC Automatic Storage Manager virtual disk size in Gb (at least 10)
8989
- `asm_lib_type`: Oracle ASM filter driver ('asmfd'), Oracle ASMlib ('asmlib') or 'NONE'
90-
- `p1_ratio`: ASM disks partiton ration (%). Min 10%, Max 80%
90+
- `p1_ratio`: ASM disks partition ration (%). Min 10%, Max 80%
9191

9292
#### environment
9393

‎OracleRAC/OL8/Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ if ( (var_cdb != true) and (var_cdb != false) )
239239
end
240240

241241
if ( (var_orestart == true) and (var_db_type != 'SI'))
242-
puts 'ERROR: orestart option supports ony Single Instance database'
242+
puts 'ERROR: orestart option supports only Single Instance database'
243243
exit
244244
end
245245

‎OracleRAC/OL8/scripts/06_setup_shared_disks.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# 05_setup_shared_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.
@@ -28,7 +28,7 @@
2828
#│▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
2929
. /vagrant/config/setup.env
3030
echo "-----------------------------------------------------------------"
31-
echo -e "${INFO}`date +%F' '%T`: Setting-up shared disks partions"
31+
echo -e "${INFO}`date +%F' '%T`: Setting-up shared disks partitions"
3232
echo "-----------------------------------------------------------------"
3333
BOX_DISK_NUM=$1
3434
PROVIDER=$2

‎OracleRAC/OL9/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The following can be customized:
8080
- `asm_disk_num`: Oracle RAC Automatic Storage Manager virtual disk number (min 4)
8181
- `asm_disk_size`: Oracle RAC Automatic Storage Manager virtual disk size in Gb (at least 10)
8282
- `asm_lib_type`: Oracle ASM filter driver (asmfd), Oracle ASMlib (asmlib) or 'NONE'
83-
- `p1_ratio`: ASM disks partiton ration (%). Min 10%, Max 80%
83+
- `p1_ratio`: ASM disks partition ration (%). Min 10%, Max 80%
8484

8585
#### environment
8686

‎OracleRAC/OL9/Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ if ( (var_cdb != true) and (var_cdb != false) )
238238
end
239239

240240
if ( (var_orestart == true) and (var_db_type != 'SI'))
241-
puts 'ERROR: orestart option supports ony Single Instance database'
241+
puts 'ERROR: orestart option supports only Single Instance database'
242242
exit
243243
end
244244

‎OracleRAC/OL9/scripts/06_setup_shared_disks.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# 05_setup_shared_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.
@@ -28,7 +28,7 @@
2828
#│▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
2929
. /vagrant/config/setup.env
3030
echo "-----------------------------------------------------------------"
31-
echo -e "${INFO}`date +%F' '%T`: Setting-up shared disks partions"
31+
echo -e "${INFO}`date +%F' '%T`: Setting-up shared disks partitions"
3232
echo "-----------------------------------------------------------------"
3333
BOX_DISK_NUM=$1
3434
PROVIDER=$2

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ Released under the Universal Permissive License v1.0 as shown at
7474

7575
## Feedback
7676

77-
Please provide feedback of any kind via Github issues on this repository.
77+
Please provide feedback of any kind via GitHub issues on this repository.

0 commit comments

Comments
 (0)
Please sign in to comment.