typo on error message

This commit is contained in:
David Westgate 2023-11-30 21:42:14 -08:00
parent 12a132df93
commit c20410b6f2

View File

@ -238,7 +238,7 @@ pub fn start() {
two_param_op(codes::client::MESSAGE_ROOM, &mut stream, room, msg);
}
_ => {
println!("Ufsage: /msg [room] [message]");
println!("Usage: /msg [room] [message]");
}
},
"/help" => {