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

Fix some typos using codespell #262

Merged
merged 4 commits into from
Sep 19, 2023
Merged

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    9451bfd View commit details
    Browse the repository at this point in the history
  2. [DATALAD RUNCMD] Do interactive fixing of some ambigous typos

    === Do not change lines below ===
    {
     "chain": [],
     "cmd": "codespell -w -i 3 -C 2 README.md",
     "exit": 0,
     "extra_inputs": [],
     "inputs": [],
     "outputs": [],
     "pwd": "."
    }
    ^^^ Do not change lines above ^^^
    yarikoptic committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    809f9d3 View commit details
    Browse the repository at this point in the history
  3. [DATALAD RUNCMD] run codespell throughout fixing typo automagically

    === Do not change lines below ===
    {
     "chain": [],
     "cmd": "codespell -w",
     "exit": 0,
     "extra_inputs": [],
     "inputs": [],
     "outputs": [],
     "pwd": "."
    }
    ^^^ Do not change lines above ^^^
    yarikoptic committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    62578a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Configuration menu
    Copy the full SHA
    f30b52f View commit details
    Browse the repository at this point in the history