Browse Source

Fix typo (a vs. an)

ppa-0.6.1
practicalswift 7 years ago
committed by Christian Decker
parent
commit
bfce5b41f9
  1. 2
      common/sphinx.c

2
common/sphinx.c

@ -398,7 +398,7 @@ struct onionpacket *create_onionpacket(
} }
/* /*
* Given a onionpacket msg extract the information for the current * Given an onionpacket msg extract the information for the current
* node and unwrap the remainder so that the node can forward it. * node and unwrap the remainder so that the node can forward it.
*/ */
struct route_step *process_onionpacket( struct route_step *process_onionpacket(

Loading…
Cancel
Save