X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-c-bindings%2Fsrc%2Futil%2Fconfig.rs;h=30a42708f705f7b65a865da9f298c3c97ab8961b;hb=5988789a2d0bc5121e6e56c1707396b8188027e1;hp=53a7d940248953725d128faf78a901551a46fab3;hpb=7e18104414a30b9d527f604d360a18b4a93d344f;p=rust-lightning diff --git a/lightning-c-bindings/src/util/config.rs b/lightning-c-bindings/src/util/config.rs index 53a7d940..30a42708 100644 --- a/lightning-c-bindings/src/util/config.rs +++ b/lightning-c-bindings/src/util/config.rs @@ -15,7 +15,7 @@ type nativeChannelHandshakeConfig = nativeChannelHandshakeConfigImport; #[must_use] #[repr(C)] pub struct ChannelHandshakeConfig { - /// 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 nativeChannelHandshakeConfig, pub is_owned: bool, @@ -165,7 +165,7 @@ type nativeChannelHandshakeLimits = nativeChannelHandshakeLimitsImport; #[must_use] #[repr(C)] pub struct ChannelHandshakeLimits { - /// 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 nativeChannelHandshakeLimits, pub is_owned: bool, @@ -434,7 +434,7 @@ type nativeChannelConfig = nativeChannelConfigImport; #[must_use] #[repr(C)] pub struct ChannelConfig { - /// 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 nativeChannelConfig, pub is_owned: bool, @@ -595,7 +595,7 @@ type nativeUserConfig = nativeUserConfigImport; #[must_use] #[repr(C)] pub struct UserConfig { - /// 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 nativeUserConfig, pub is_owned: bool,