fix: typo

This commit is contained in:
Louis-Marie Baer 2024-03-04 12:14:29 +01:00
parent 7f8b1b2089
commit 100d516794
2 changed files with 2 additions and 2 deletions

View file

@ -207,6 +207,6 @@ pub fn init_auto(app: &mut App) {
info!("Skipping auto-xmrig...");
}
// [XvB]
// For now, the XvB client of the API for receiving public informations is always enabled.
// For now, the XvB client of the API for receiving public information is always enabled.
Helper::start_xvb(&app.helper);
}

View file

@ -185,7 +185,7 @@ pub const STATUS_XMRIG_THREADS: &str = "The amount of threads XMRig is currently
pub const STATUS_XVB_TIME_REMAIN: &str = "Minutes left before end of round";
pub const STATUS_XVB_ROUND_TYPE: &str = "The current round type";
pub const STATUS_XVB_PLAYERS: &str =
"Numbers of registred players and currently playing in the round";
"Numbers of registered players and currently playing in the round";
pub const STATUS_XVB_DONATED_HR: &str = "Hashrate donated to the raffle";
pub const STATUS_XVB_WINNER: &str = "Current Raffle Winner";
pub const STATUS_XVB_SHARE: &str = "Share effort";