Skip to content

Fix spelling errors in comments, docstrings, and UI widget names #2371

@mr-raj12

Description

@mr-raj12

Summary

Several spelling errors exist in comments, docstrings, and a UI widget name across the codebase. These were identified using codespell.

Affected Files

File Line Typo Fix
src/vorta/profile_export.py 103 incase in case
src/vorta/assets/UI/about_tab.ui 121, 226 seperator (widget name) separator
src/vorta/borg/info_archive.py 49 incase in case
src/vorta/views/archive_tab.py 1048 everytime every time
src/vorta/views/partials/treemodel.py 415 wont won't
src/vorta/views/partials/treemodel.py 565 posess possess

Notes

  • The seperator fix in about_tab.ui is a widget name attribute, not referenced anywhere in Python code, so renaming is safe.
  • Two codespell false positives were excluded:
    • tray_menu.py:39DoubleClick is a PyQt6 enum value (QSystemTrayIcon.ActivationReason.DoubleClick)
    • tests/unit/test_utils.py:118caf is part of the Unicode string café in a path normalization test

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions