mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-10 17:11:09 +00:00
chore: fix some typos in comments (#589)
Signed-off-by: gopherorg <gopherworld@icloud.com>
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user