bpt
bpt copied to clipboard
[BUG] Minor Spelling / Grammar / Typos
Describe the bug
There are a few places in the code / strings which have typos, spelling errors, grammatical errors, etc. Rather than making a new PR every time I found one, I decided it would be easier to just list it in one place to eventually get to it when I have the time.
- [ ] src/dds/cli/options.cpp
- [x]
setup_pkg_create_cmd: "Destination path for the source distributioon archive" -> distribution - [ ]
setup_repoman_init_cmd: "Specifiy the name of the new repository" -> Specify
- [x]
- [x] src/dds/cli/cmd/pkg_create.cpp
- [x]
pkg_create: "Created source dirtribution archive: .bold.cyan[{}]" -> distribution
- [x]
- [ ] src/dds/db/database.cpp
- [ ]
database::open: "Failed to load the databsae. It appears to be invalid/corrupted. We'll delete it and " -> database
- [ ]
- [ ] src/dds/build/plan/archive.hpp
- [ ] (Comment): This is distinct from
library_plan, becuase this corresponds to an actual -> because
- [ ] (Comment): This is distinct from
- [ ] src/dds/cli/cmd/install_yourself.cpp
- [ ] (Comment): Move .profile back into place if we abore for any reason -> abort
- [ ] src/dds/build/plan/full.hpp
- [ ] (Comment): Encompases an entire build plan. -> Encompasses
- [ ] src/dds/build/file_deps.hpp
- [ ] (Comment): path of every file that is read by the preprocsesor to the compiler's output. This also happens -> preprocessor
- [ ] src/dds/sdist/library/root.hpp
- [ ] (Comment): the construct arguments approperiately -> appropriately . Also possibly constructor
- [ ] src/dds/solve/solve.cpp
- [ ] (Comment): Look up in the cachce for the packages we have with the given name -> cache
- [ ]
dds::solve:pubgrub::generate_explaination->pubgrub::generate_explanation(explaination -> explanation)
- [ ] src/dds/toolchain/from_json.cpp
- [ ] (Comment): Do not generate any debug infro -> info
- [ ] (Comment): Cannont deduce the debug flags -> Cannot
Thanks. I always notice this in the middle of larger tasks but don't want to interrupt my flow for them. It'll be good to fix them in batches.