docs: comment typo
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ use crate::{
|
|||||||
/// TTY location
|
/// TTY location
|
||||||
const TTY: &str = "/dev/tty";
|
const TTY: &str = "/dev/tty";
|
||||||
|
|
||||||
/// This will be the start of a docker exec emssage if one is unable to actually exec into the container
|
/// This will be the start of a docker exec message if one is unable to actually exec into the container
|
||||||
const OCI_ERROR: &str = "OCI runtime exec failed";
|
const OCI_ERROR: &str = "OCI runtime exec failed";
|
||||||
|
|
||||||
/// Set the cursor position on the screen to (0,0)
|
/// Set the cursor position on the screen to (0,0)
|
||||||
|
|||||||
Reference in New Issue
Block a user