docs: comment typo

This commit is contained in:
Jack Wills
2023-12-15 18:56:57 +00:00
parent 3e51889cd8
commit 0ad1ec9d85
+1 -1
View File
@@ -21,7 +21,7 @@ use crate::{
/// TTY location
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";
/// Set the cursor position on the screen to (0,0)