Skip to content

docs: fix typos in code comments and help strings#10

Open
Léon Simmons (Avicennasis) wants to merge 1 commit into
JetBrains:masterfrom
Avicennasis:docs/fix-typos
Open

docs: fix typos in code comments and help strings#10
Léon Simmons (Avicennasis) wants to merge 1 commit into
JetBrains:masterfrom
Avicennasis:docs/fix-typos

Conversation

@Avicennasis

Copy link
Copy Markdown

Summary

Fix 7 spelling errors in comments and user-facing help text across 5 files:

  • Environment.cpp: containtscontains in comment
  • CommanLineParser.cpp: InheriteInherit and SelftSelf in comments
  • Runner.cpp: susscesssuccess in comment
  • HelpUtilities.cpp: Remove double space in help string; creatingcreated (process is created, not creating)
  • ProcessAsUser.cpp: CreatesCreate in trace message (verb form consistency)

Variable and method names (WaiteForExit, CommanLineParser, TraceVarible, etc.) are intentionally left unchanged to avoid breaking changes.

No functional changes.

Fix 7 spelling errors in comments and user-facing help text:
- containts → contains (Environment.cpp)
- Inherite → Inherit (CommanLineParser.cpp)
- Selft → Self (CommanLineParser.cpp)
- susscess → success (Runner.cpp)
- double space in help string (HelpUtilities.cpp)
- creating → created (HelpUtilities.cpp)
- Creates → Create (ProcessAsUser.cpp trace message)

Variable and method names (WaiteForExit, CommanLineParser, TraceVarible,
etc.) are intentionally left unchanged to avoid breaking 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