mirror of
https://github.com/borgbase/vorta
synced 2025-01-03 05:36:19 +00:00
typo fix
This commit is contained in:
parent
65214b8e73
commit
94e21ab001
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
class BorgThread(QtCore.QThread, BackupProfileMixin):
|
||||
"""
|
||||
Base class to run `borg` command line jobs. If a command needs more pre- or post-processing
|
||||
it should sublass `BorgThread`.
|
||||
it should subclass `BorgThread`.
|
||||
"""
|
||||
|
||||
updated = QtCore.pyqtSignal(str)
|
||||
|
|
Loading…
Reference in a new issue