mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-05-04 02:03:19 +03:00
Fix misspelled words
This commit is contained in:
@@ -141,7 +141,7 @@ impl Client {
|
||||
punch_hole_response::Failure::OFFLINE => {
|
||||
bail!("Remote desktop is offline");
|
||||
}
|
||||
punch_hole_response::Failure::LICENCE_MISMATCH => {
|
||||
punch_hole_response::Failure::LICENSE_MISMATCH => {
|
||||
bail!("Key mismatch");
|
||||
}
|
||||
_ => {
|
||||
|
||||
Reference in New Issue
Block a user