X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-c-bindings%2Fsrc%2Fchain%2Ftransaction.rs;h=9d099cb6939f52a664e2d66fce645a1841ce5977;hb=5988789a2d0bc5121e6e56c1707396b8188027e1;hp=40033b15c8f28ba390cbdd1913e5c0bb6e37a56b;hpb=7e18104414a30b9d527f604d360a18b4a93d344f;p=rust-lightning diff --git a/lightning-c-bindings/src/chain/transaction.rs b/lightning-c-bindings/src/chain/transaction.rs index 40033b15..9d099cb6 100644 --- a/lightning-c-bindings/src/chain/transaction.rs +++ b/lightning-c-bindings/src/chain/transaction.rs @@ -15,7 +15,7 @@ type nativeOutPoint = nativeOutPointImport; #[must_use] #[repr(C)] pub struct OutPoint { - /// Nearly everyhwere, inner must be non-null, however in places where + /// Nearly everywhere, inner must be non-null, however in places where /// the Rust equivalent takes an Option, it may be set to null to indicate None. pub inner: *mut nativeOutPoint, pub is_owned: bool,