-
Notifications
You must be signed in to change notification settings - Fork 175
Closed
Description
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
seperatorfix inabout_tab.uiis a widgetnameattribute, not referenced anywhere in Python code, so renaming is safe. - Two codespell false positives were excluded:
tray_menu.py:39—DoubleClickis a PyQt6 enum value (QSystemTrayIcon.ActivationReason.DoubleClick)tests/unit/test_utils.py:118—cafis part of the Unicode stringcaféin a path normalization test
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels