Skip to content

Commit b628772

Browse files
cloudclaimJamie C. Driver
authored andcommitted
docs: fix some minor issues in the comments and docs
Signed-off-by: cloudclaim <[email protected]>
1 parent b68eb2e commit b628772

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2095,7 +2095,7 @@ The batch of replies should contain the same number of messages as the number of
20952095
sign_liquid_tx request (anti-exfil)
20962096
-----------------------------------
20972097

2098-
To use Anti-Exfil signatures (recommended), the the initial request is the same as in sign_liquid_tx_legacy_request_, except the 'use_ae_signatures' field should be set to 'true'.
2098+
To use Anti-Exfil signatures (recommended), the initial request is the same as in sign_liquid_tx_legacy_request_, except the 'use_ae_signatures' field should be set to 'true'.
20992099

21002100
.. _sign_liquid_tx_ae_reply:
21012101

jadepy/jade.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ def get_registered_descriptor(self, descriptor_name):
10781078
dict
10791079
Description of registered descriptor wallet identified by registration name.
10801080
Contains keys:
1081-
descriptor_name - str, name of descritpor registration
1081+
descriptor_name - str, name of descriptor registration
10821082
descriptor - str, descriptor output script, may contain substitution placeholders
10831083
datavalues - dict containing placeholders for substitution into script
10841084
"""

main/usbhmsc/usbmode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ static bool handle_usbstorage_action(const char* title, usbstorage_action_fn_t u
326326

327327
// We should only do this if within 0.4 seconds or so we don't detect a usb device already plugged
328328

329-
// Now wait for either the the sempahore to be unlocked or for back button on the activity
329+
// Now wait for either the sempahore to be unlocked or for back button on the activity
330330
size_t counter = 0;
331331
gui_activity_t* act_prompt = NULL;
332332
bool action_initiated = false;

0 commit comments

Comments
 (0)