chore: fix some typos in comments (#589)

Signed-off-by: gopherorg <gopherworld@icloud.com>
This commit is contained in:
gopherorg
2024-05-13 22:22:52 +08:00
committed by GitHub
parent e2a17cb945
commit bb4c7272d8
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ const VERSION: &str = env!("CARGO_PKG_VERSION");
const AUTHORS: &str = env!("CARGO_PKG_AUTHORS");
const NAME: &str = "Substrate Telemetry Backend Core";
const ABOUT: &str = "This is the Telemetry Backend Core that receives telemetry messages \
from Substrate/Polkadot nodes and provides the data to a subsribed feed";
from Substrate/Polkadot nodes and provides the data to a subscribed feed";
#[derive(StructOpt, Debug)]
#[structopt(name = NAME, version = VERSION, author = AUTHORS, about = ABOUT)]