Merge branch 'fixed#757' into 'master'

fixed #757

Closes #757

See merge request veloren/veloren!1370
This commit is contained in:
Marcel 2020-09-07 15:21:44 +00:00
commit def983bb9d

View File

@ -128,7 +128,7 @@ impl Tui {
},
Ok(0) => {
//Docker seem to send EOL all the time
warn!("EOL recieved, cli commands are disabled now!");
warn!("EOF received, cli commands are disabled now!");
break;
},
Ok(_) => {