Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Minor Spelling / Grammar / Typos #89

Open
3 of 23 tasks
Quincunx271 opened this issue Aug 30, 2021 · 1 comment
Open
3 of 23 tasks

[BUG] Minor Spelling / Grammar / Typos #89

Quincunx271 opened this issue Aug 30, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@Quincunx271
Copy link
Contributor

Quincunx271 commented Aug 30, 2021

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
    • setup_pkg_create_cmd: "Destination path for the source distributioon archive" -> distribution
    • setup_repoman_init_cmd: "Specifiy the name of the new repository" -> Specify
  • src/dds/cli/cmd/pkg_create.cpp
    • pkg_create: "Created source dirtribution archive: .bold.cyan[{}]" -> distribution
  • 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
  • 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
@Quincunx271 Quincunx271 added the bug Something isn't working label Aug 30, 2021
@vector-of-bool
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants