Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishal Kadam committed Jul 9, 2024
1 parent f900c0d commit 81f1b66
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ fi;

# Exiting the script without waiting on the tail logs
if [ "$1" = "--nowait" ]; then
# Creating state-file for identifyig container of the prebuiltdb extended image
# Creating state-file for identifying container of the prebuiltdb extended image
touch "${ORACLE_BASE}/oradata/${ORACLE_SID}/.prebuiltdb"
exit $status;
fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ fi;

# Exiting the script without waiting on the tail logs
if [ "$1" = "--nowait" ]; then
# Creating state-file for identifyig container of the prebuiltdb extended image
# Creating state-file for identifying container of the prebuiltdb extended image
touch "${ORACLE_BASE}/oradata/${ORACLE_SID}/.prebuiltdb"
exit $status;
fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ fi;

# Exiting the script without waiting on the tail logs
if [ "$1" = "--nowait" ]; then
# Creating state-file for identifyig container of the prebuiltdb extended image
# Creating state-file for identifying container of the prebuiltdb extended image
touch "${ORACLE_BASE}/oradata/${ORACLE_SID}/.prebuiltdb"
exit $status;
fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ fi;

# Exiting the script without waiting on the tail logs
if [ "$1" = "--nowait" ]; then
# Creating state-file for identifyig container of the prebuiltdb extended image
# Creating state-file for identifying container of the prebuiltdb extended image
touch "${ORACLE_BASE}/oradata/${ORACLE_SID}/.prebuiltdb"
exit $status;
fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ fi;

# Exiting the script without waiting on the tail logs
if [ "$1" = "--nowait" ]; then
# Creating state-file for identifyig container of the prebuiltdb extended image
# Creating state-file for identifying container of the prebuiltdb extended image
touch "${ORACLE_BASE}/oradata/${ORACLE_SID}/.prebuiltdb"
exit $status;
fi
Expand Down

0 comments on commit 81f1b66

Please sign in to comment.