1
0

chore: fix some typos in comments (#9014)

Signed-off-by: fuyangpengqi <995764973@qq.com>
This commit is contained in:
fuyangpengqi
2024-04-18 21:59:39 +08:00
committed by GitHub
parent 9a7195d5ab
commit 91de8e70e5
5 changed files with 6 additions and 6 deletions

View File

@@ -282,7 +282,7 @@ class Coldcard_KeyStore(Hardware_KeyStore):
self.is_requesting_to_be_rewritten_to_wallet_file = True
def get_client(self, *args, **kwargs):
# called when user tries to do something like view address, sign somthing.
# called when user tries to do something like view address, sign something.
# - not called during probing/setup
# - will fail if indicated device can't produce the xpub (at derivation) expected
client = super().get_client(*args, **kwargs) # type: Optional[CKCCClient]

View File

@@ -556,7 +556,7 @@ class Plugin(RevealerPlugin):
painter.drawText(600,2077, _("Instructions:"))
font = QFont('Source Sans Pro', 7, QFont.Normal)
painter.setFont(font)
painter.drawText(700, 2177, _("1. Place this paper on a flat and well iluminated surface."))
painter.drawText(700, 2177, _("1. Place this paper on a flat and well illuminated surface."))
painter.drawText(700, 2277, _("2. Align your Revealer borderlines to the dashed lines on the top and left."))
painter.drawText(700, 2377, _("3. Press slightly the Revealer against the paper and read the numbers that best "
"match on the opposite sides. "))