Fix typos, misspellings, and a mismatched quote#5
Open
Avicennasis wants to merge 1 commit into
Open
Conversation
…nfigs Correct spelling errors in comments, log messages, and echo strings across 20 files. No logic or variable changes. Key fixes: - "du to" -> "due to" (17 occurrences) - "fron" -> "from", "basrtion" -> "bastion", "freee" -> "free" - "autorize" -> "authorize", "passord" -> "password" - "successfull" -> "successful", "theorically" -> "theoretically" - "lauching" -> "launching", "ressource(s)" -> "resource(s)" - "already exist" -> "already exists" (subject-verb agreement) - "This need" -> "This needs" (subject-verb agreement) - "is you want" -> "if you want" - SPLUNK_HOME="/opt/splunk' -> SPLUNK_HOME="/opt/splunk" (mismatched quote bug)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
SPLUNK_HOME="/opt/splunk'had a mismatched quote (double-quote opened, single-quote closed) insrc/splunkconf-multids-setup-classic.shline 49. Changed toSPLUNK_HOME="/opt/splunk"with matching double quotes.Changes by category
Misspellings (in comments and log/echo strings)
Mismatched quote (potential bug)
src/splunkconf-multids-setup-classic.shline 49:SPLUNK_HOME="/opt/splunk'changed toSPLUNK_HOME="/opt/splunk"Files changed (20)
helpers/getmycredentials.sh,helpers/tftopology.shsplunkconf-backup/bin/splunkconf-backup.sh,splunkconf-checkbackup.sh,splunkconf-purgebackup.sh,splunkconf-restorebackup.shsrc/installes.sh,src/setcgroup.sh,src/setcgroupv2.sh,src/splunkconf-cloud-recovery.sh,src/splunkconf-ds-reload.sh,src/splunkconf-init.pl,src/splunkconf-multids-setup-classic.sh,src/splunkconf-prepare-es-from-s3.sh,src/splunkconf-swapme.pl,src/splunkconf-upgrade-local-precheck.sh,src/splunkconf-upgrade-local.shstart.shterraform/scripts/createbuckets-directories.sh,terraform/variables-global.tfTest plan