typo on error message
This commit is contained in:
parent
12a132df93
commit
c20410b6f2
@ -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" => {
|
||||
|
Reference in New Issue
Block a user