aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <17158086+Trumeet@users.noreply.github.com>2019-09-30 08:04:23 -0700
committerTrumeet <17158086+Trumeet@users.noreply.github.com>2019-09-30 08:04:23 -0700
commit684e2bc23eeedfcffdbbdca3e74515c80013761e (patch)
tree3caa70ae4d6b1079f3c194c5bfc7af40c98b0867
parenta57b3d7ad358923489c84f9a04d5307fa2f919ce (diff)
downloadPortableVM-684e2bc23eeedfcffdbbdca3e74515c80013761e.tar
PortableVM-684e2bc23eeedfcffdbbdca3e74515c80013761e.tar.gz
PortableVM-684e2bc23eeedfcffdbbdca3e74515c80013761e.tar.bz2
PortableVM-684e2bc23eeedfcffdbbdca3e74515c80013761e.zip
fix: typo
-rw-r--r--PortableVM.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/PortableVM.lua b/PortableVM.lua
index d518f15..2184ede 100644
--- a/PortableVM.lua
+++ b/PortableVM.lua
@@ -81,7 +81,7 @@ end
print("VM process is end. Commiting to the original disk...")
local function askForCommit()
- print("Would you like to commit the snapshot? The original disk will be changed. Make sure the last VM session exited currectly, otherwise your data may be broken.")
+ print("Would you like to commit the snapshot? The original disk will be changed. Make sure the last VM session exited correctly, otherwise your data may be broken.")
io.write("[C] Commit and delete (Default), [D] Discard the last session's data, [A] Abort: ")
local choice = mInput.readLine()
if choice == "D" or choice == "d" then