diff --git a/src/lib.rs b/src/lib.rs index a96f33fd..78a03602 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -184,7 +184,7 @@ impl LndkOnionMessenger { if !args.skip_version_check && !has_version(&version, None) { error!( - "The LND version {} is not compatible with LNDK. Please updates to version {}.{}.{}-{}", + "The LND version {} is not compatible with LNDK. Please update to version {}.{}.{}-{}", &version.version, MIN_LND_MAJOR_VER, MIN_LND_MINOR_VER, MIN_LND_PATCH_VER, MIN_LND_PRE_RELEASE_VER ); return Err(());