From 0ad1ec9d85d6f0cac743b4421d0ad03432c9d717 Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Fri, 15 Dec 2023 18:56:57 +0000 Subject: [PATCH] docs: comment typo --- src/exec.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exec.rs b/src/exec.rs index cb81c28..56c5eb9 100644 --- a/src/exec.rs +++ b/src/exec.rs @@ -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)