X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-c-bindings%2Fsrc%2Fln%2Ffeatures.rs;h=6a6be28459a03a560c8efc311d0789bda9c9dd0a;hb=5988789a2d0bc5121e6e56c1707396b8188027e1;hp=44d2d68dfd77ef9a4870b688cf90e42dd4838ced;hpb=7e18104414a30b9d527f604d360a18b4a93d344f;p=rust-lightning diff --git a/lightning-c-bindings/src/ln/features.rs b/lightning-c-bindings/src/ln/features.rs index 44d2d68d..6a6be284 100644 --- a/lightning-c-bindings/src/ln/features.rs +++ b/lightning-c-bindings/src/ln/features.rs @@ -28,7 +28,7 @@ type nativeInitFeatures = nativeInitFeaturesImport; #[must_use] #[repr(C)] pub struct InitFeatures { - /// 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 nativeInitFeatures, pub is_owned: bool, @@ -66,7 +66,7 @@ type nativeNodeFeatures = nativeNodeFeaturesImport; #[must_use] #[repr(C)] pub struct NodeFeatures { - /// 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 nativeNodeFeatures, pub is_owned: bool, @@ -104,7 +104,7 @@ type nativeChannelFeatures = nativeChannelFeaturesImport; #[must_use] #[repr(C)] pub struct ChannelFeatures { - /// 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 nativeChannelFeatures, pub is_owned: bool,