Fix typos across comments, docs, and spec descriptions - #57
Open
tas50 wants to merge 1 commit into
Open
Conversation
Corrects misspellings found by typos-cli plus one duplicated word. All changes are confined to comments, RSpec description strings, the ERB parse-error template message, and two CHANGELOG entries -- no code, matcher names, or behavior is affected. Deliberately left alone: "DracoAter" (a GitHub username the scanner flags for the substring "Ater") and the intentional "Hax." comment in the cookbook loader. Signed-off-by: Tim Smith <tsmith84@proton.me>
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.
Description
Fixes misspellings found by
typosplus one duplicated word (adds the the) caught by a separate backreference scan.Every change is confined to a comment, an RSpec
describe/itdescription string, the ERB parse-error template message, or CHANGELOG prose. No code, matcher names, resource names, or behavior are affected — the adjacent matcher calls (touch_remote_file,options_http_request) are untouched.uploaeded→uploadedRakefileoccured→occurredtemplates/errors/erb_template_parse_error.erbdefintions→definitionslib/chefspec/formatter.rbconverage→coverage,adds the the→adds thelib/chefspec/coverage.rbconvertable→convertiblelib/chefspec/api/render_file.rbnoe→nodelib/chefspec/renderer.rbbecuase→becauselib/chefspec/extensions/chef/securable.rbinherts→inheritsspec/unit/stubs/retrns→returnsspec/unit/macros_spec.rbparitals→partialsspec/unit/renderer_spec.rbload_curent_value→load_current_valueexamples/stubs_for/resources/old.rbtouchs→touchesexamples/remote_file/spec/touch_spec.rbevalute→evaluateexamples/guards/spec/default_spec.rbserivce→serviceexamples/optionss→optionsexamples/http_request/spec/options_spec.rbmaniuplated→manipulated,Signifant→SignificantCHANGELOG.mdTwo scanner hits were deliberately not changed, since both are correct as written:
DracoAterinlib/chefspec/cacher.rbandCHANGELOG.md— a GitHub username, flagged for the substringAter.# Hax.inlib/chefspec/extensions/chef/cookbook_loader.rb— intentional slang, not a misspelling ofHex.The two
CHANGELOG.mdentries are the only historical-record edits here; happy to drop that file from the PR if you would rather leave released notes as-is.Types of changes
Checklist
ruby -c; the ERB template still parsestyposreports no remaining hits apart from the two intentional exclusions above