From bc294508b9d6566add6605bb7da09d3f6b74f9bb Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 15 Jul 2019 13:12:04 -0400 Subject: Corrections and new API! --- system/boot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/boot.lua') diff --git a/system/boot.lua b/system/boot.lua index 08d5d64..5418427 100644 --- a/system/boot.lua +++ b/system/boot.lua @@ -80,7 +80,7 @@ end sleep(2) term.setTextColor(colors.green) -print("[DONE] Boot sequence is completed...") +print("[DONE] Boot sequence has been completed...") term.setTextColor(colors.white) sleep(2) shell.run(desktop) \ No newline at end of file -- cgit v1.2.3