docs: fix 19 typos in comments and script output - #153
Open
Léon Simmons (Avicennasis) wants to merge 1 commit into
Open
Léon Simmons (Avicennasis) wants to merge 1 commit into
Léon Simmons (Avicennasis) wants to merge 1 commit into
Conversation
Léon Simmons (Avicennasis)
requested review from
Allen Golbig (golbiga) and
Thijs Xhaflaire (txhaflaire)
as code owners
September 3, 2026 17:28
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
Fixes 19 verified typos across 6 shell scripts. These are the same four misspellings copy-pasted through the AWS S3 / Azure Files / Google Cloud Storage variants of two tools, so the fix is applied consistently in all three cloud variants.
No functional changes. 16 of the 19 are inside
#comments; the other 3 are the sameechomessage shown to the user.helper_tools/jamf_protect_diagnostics/{aws_s3,azure_files,google_cloud_storage}/jp_diagnostics_self_service.shecho "Staring Jamf Protect Diagnostics ..."->"Starting ..."(2 per file, 6 total - user-visible output in Self Service)# ... to the desginated bucket->designated(1 per file)# Clean up the Jamf Protect Diagnostics archive if upload was sucecessful->successful(1 per file)soar_playbooks/aftermath_collection/{aws_s3,azure_files,google_cloud_storage}/aftermath_collection.sh# ... to the desginated bucket->designated(1 per file)# Clean up the Aftermath archive if upload was sucecessful->successful(1 per file)# Upload the Aftermath archive to Google Clound Bucket using gsutil->Google Cloud Bucket(google_cloud_storage variant only)A repo-wide
grepforStaring,sucecessful,desginatedandCloundreturns exactly these 19 hits and nothing else, so no occurrence is left behind and no variable name, function name, or command is touched.