From d11535ba50a75147c7e23cc2eeaa5b91947e0d97 Mon Sep 17 00:00:00 2001 From: Phoenix Date: Thu, 13 Feb 2020 16:48:27 -0600 Subject: [PATCH] fix typo --- plan9k-installer/install.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plan9k-installer/install.lua b/plan9k-installer/install.lua index 91a1767..d76f49f 100644 --- a/plan9k-installer/install.lua +++ b/plan9k-installer/install.lua @@ -62,7 +62,7 @@ io.write("Installing " .. name .." to device " .. (choice.getLabel() or choice.a local distros = { {desc = "[offline] Plan9k - lightest, stable", params = {"--offline", "--mirror=/", "-SY", "plan9k"}}, {desc = "[offline] Plan9k-extra - stable, contains tools(recomended!)", params = {"--offline", "--mirror=/", "-SY", "plan9k-extra"}}, - {desc = "[offline] Update - update installed offilne system", params = {"--offline", "--mirror=/", "-uY"}}, + {desc = "[offline] Update - update installed offline system", params = {"--offline", "--mirror=/", "-uY"}}, {desc = "[online] Plan9k - lightest, experimental", params = {"-SYy", "plan9k"}}, {desc = "[online] Plan9k-extra - experimental, contains tools, docs", params = {"-SYy", "plan9k-extra", "plan9k-docs"}}, {desc = "[online] StarOS - Plan9k-extra distro with additional tools", params = {"-SYy", "staros"}},