Skip to content

Commit

Permalink
Fix spelling in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
efrecon committed Sep 27, 2024
1 parent 0ef3dfc commit abb127a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/microvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ microvm_stop() {

case "$KRUNVM_RUNNER_RUNTIME" in
podman*)
# TODO: Specify howlog to wait between TERM and KILL?
# TODO: Specify how long to wait between TERM and KILL?
podman stop "$1";;
krunvm)
KRUNVM_RUNNER_PID=$(cat "${KRUNVM_RUNNER_STORAGE}/$1.pid")
Expand Down

0 comments on commit abb127a

Please sign in to comment.