Merge pull request #22 from kanzure/patch-1

Fix typo in CCProtocolPacker.
This commit is contained in:
doc-hex 2022-06-29 16:32:39 -04:00 committed by GitHub
commit 59c2e52876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ class CCProtocolPacker:
@staticmethod
def start_backup():
# prompts user with password for encrytped backup
# prompts user with password for encrypted backup
return b'back'
@staticmethod