Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • F folks
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 89
    • Issues 89
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • folks
  • Repository
Switch branch/tag
  • folks
  • README.md
Find file BlameHistoryPermalink
  • Philip Withnall's avatar
    all: Fix various typos and incorrect terminology · d4022286
    Philip Withnall authored Jun 18, 2020
    
    
    Done using:
    ```
    codespell \
        --builtin clear,rare,usage \
        --skip './po/*' --skip './.git/*' --skip './NEWS*' \
        --write-changes .
    ```
    and then some manual checking and editing.
    
    Signed-off-by: Philip Withnall's avatarPhilip Withnall <withnall@endlessm.com>
    d4022286