docs and comments: fix typos#2598
Merged
BareosBot merged 7 commits intobareos:bareos-25from Mar 25, 2026
Merged
Conversation
Contributor
|
Important Review skippedToo many files! This PR contains 260 files, which is 110 over the limit of 150. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (260)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
All fixes were reviewed for false positives. Skipped intentionally: - 'Filetest' (config job name literal) - 'aNULL' (TLS cipher keyword in CipherString) - 'Retension' (tape retensioning operation) - Truncated log lines in .puml sequence diagrams - Autogenerated files (bareos-dir-config-schema.json, usage/*.txt, images) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> (cherry picked from commit 5f0ec01)
Fixed ~200+ spelling mistakes across comments, strings, and documentation in source code, scripts, config files, and platform files using codespell. Intentionally skipped (false positives or domain-specific): - SectionIn: NSIS installer script keyword - PEOM: NDMP protocol constant - servent: C stdlib struct type (getservbyname) - grop/clen: local variable abbreviations in grpc code - sems: semaphore abbreviation in LMDB - unser: serialization function prefix in commented-out debug code - copyin: BSD kernel syscall function name - retension: tape retensioning operation - re-used/re-use: hyphenated form intentional in context - medias: UI label string for .media command - inspite: fixed by codespell in prior pass (manpages kept as-is) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> (cherry picked from commit 007dedb)
(cherry picked from commit 97219ef)
(cherry picked from commit d2b4cdf)
1866ad2 to
feda817
Compare
bruno-at-bareos
approved these changes
Mar 25, 2026
Contributor
bruno-at-bareos
left a comment
There was a problem hiding this comment.
Thanks a lot for this large improvement.
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.
Backport of PR #2585 to bareos-25
Checklist for the reviewer of the PR (will be processed by the Bareos team)
Make sure you check/merge the PR using
devtools/pr-toolto have some simple automated checks run and a proper changelog record added.General
Source code quality (if there were changes to the original PR)
Backport quality