Skip to content

Fix typos, misspellings, and a mismatched quote#5

Open
Avicennasis wants to merge 1 commit into
splunk:mainfrom
Avicennasis:fix/typos-and-grammar
Open

Fix typos, misspellings, and a mismatched quote#5
Avicennasis wants to merge 1 commit into
splunk:mainfrom
Avicennasis:fix/typos-and-grammar

Conversation

@Avicennasis

Copy link
Copy Markdown

Summary

  • Fix spelling errors in comments, log messages, and echo output across 20 files (shell scripts, Perl scripts, Terraform configs)
  • All changes are to string literals in comments and user-facing messages -- no logic, variable, or control flow changes
  • Potential bug fix: SPLUNK_HOME="/opt/splunk' had a mismatched quote (double-quote opened, single-quote closed) in src/splunkconf-multids-setup-classic.sh line 49. Changed to SPLUNK_HOME="/opt/splunk" with matching double quotes.

Changes by category

Misspellings (in comments and log/echo strings)

Typo Correction Count
du to due to 17
fron from 4
successfull successful 4
already exist already exists 8
passord password 2
autorize authorize 2
nore more 3
theorically theoretically 2
This need This needs 4
ressource(s) resource(s) 2
ressetting resetting 1
basrtion bastion 1
outthe out the 1
commandi command 1
freee free 1
yopu you 1
lauching launching 1
reusae reuse 1
thwe the 1
prefered preferred 1
is you want if you want 1
a already an already 1

Mismatched quote (potential bug)

  • src/splunkconf-multids-setup-classic.sh line 49: SPLUNK_HOME="/opt/splunk' changed to SPLUNK_HOME="/opt/splunk"

Files changed (20)

  • helpers/getmycredentials.sh, helpers/tftopology.sh
  • splunkconf-backup/bin/splunkconf-backup.sh, splunkconf-checkbackup.sh, splunkconf-purgebackup.sh, splunkconf-restorebackup.sh
  • src/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.sh
  • start.sh
  • terraform/scripts/createbuckets-directories.sh, terraform/variables-global.tf

Test plan

  • Verify no variable names or script logic was altered (all changes are in string literals)
  • Grep for each original typo to confirm it no longer appears
  • Confirm the mismatched quote fix in splunkconf-multids-setup-classic.sh resolves correctly

…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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant