diff --git a/jmclient/jmclient/payjoin.py b/jmclient/jmclient/payjoin.py index 0b47423..d55888f 100644 --- a/jmclient/jmclient/payjoin.py +++ b/jmclient/jmclient/payjoin.py @@ -374,7 +374,7 @@ class JMPayjoinManager(object): self.pj_state = self.JM_PJ_PAYJOIN_BROADCAST_FAILED def select_receiver_utxos(self): - # Rceiver chooses own inputs: + # Receiver chooses own inputs: # For earlier ideas about more complex algorithms, see the gist comment here: # https://gist.github.com/AdamISZ/4551b947789d3216bacfcb7af25e029e#gistcomment-2799709 # and also see the code in P2EPMaker in earlier versions of Joinmarket.