Skip to content

docs: fix 27 typos in comments and console messages - #537

Open
Avicennasis wants to merge 1 commit into
UiPath:alphafrom
Avicennasis:users/Avicennasis/fix-typos
Open

docs: fix 27 typos in comments and console messages#537
Avicennasis wants to merge 1 commit into
UiPath:alphafrom
Avicennasis:users/Avicennasis/fix-typos

Conversation

@Avicennasis

Copy link
Copy Markdown

Summary

Fix 27 spelling/grammar typos in shell-script comments and echo output across the platform/ maintenance scripts. No functional changes -- every edit is inside a comment or a message string.

Per the README's Changeset Procedure this PR is branched from and targets alpha, with a users/{user-name}/{feature-name} branch name.

Copy-paste / wrong-word fixes (worth a closer look)

  • platform/onebox/backup_and_restore/clusterResources/import.sh: the startup banner in import.sh announced Starting export of user namespaces ...; changed export -> import to match the script's own header ("This script will import user triggered cluster resources").

Spelling / grammar

  • platform/dockeree/aif-uninstall.sh: Instlling -> Installing, Unistalling -> Uninstalling
  • platform/onebox/backup_and_restore/ceph/export.sh: scipt -> script, exits -> exist, Finsihed -> Finished (2x)
  • platform/onebox/backup_and_restore/ceph/get-credentials.sh: scipt -> script
  • platform/onebox/backup_and_restore/ceph/import.sh: scipt -> script, Finsihed -> Finished, exits -> exist
  • platform/onebox/backup_and_restore/clusterResources/export.sh: enviornmnet/envrionment -> environment, exits -> exist
  • platform/onebox/backup_and_restore/clusterResources/import.sh: exits -> exist, Successfully restore -> Successfully restored (2x)
  • platform/onebox/backup_and_restore/credentials/idputils.sh: scipt -> script, registeration -> registration, Acces -> Access, backens -> backend
  • platform/onebox/backup_and_restore/registry/export.sh: exits -> exist
  • platform/onebox/backup_and_restore/registry/get-credentials.sh: dependecny -> dependency (2x), exits -> exist
  • platform/onebox/backup_and_restore/registry/import.sh: dependecny -> dependency (2x), exits -> exist

Notes:

  • ceph/export.sh contains two identical Finsihed sync ... messages; both were fixed so the file is internally consistent.
  • The misspelled shell variable CLIENT_INSTALLTION_TOKEN in idputils.sh was deliberately left alone -- renaming an identifier is out of scope for a typo PR.
  • Both files with CRLF line endings (clusterResources/import.sh, clusterResources/export.sh) were edited byte-wise, so line endings are unchanged.

Spelling and grammar fixes only in shell comments and echo output. No functional changes.
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