Skip to content

Commit bcee08d

Browse files
authored
Typo fix
1 parent 2c1b602 commit bcee08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miniOS/miniOS.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
_G._OSNAME = "miniOS classic"
22
_G._OSVER = "0.6.2"
33
_G._OSVERSION = _OSNAME .. " " .. _OSVER
4-
_G._OSCREDIT = "miniOS classic by Skye, based off of OpenOS code from OpenComputers.\nminiOS code is under BSD 2-clause license, OpenOS code is under the MIT liecence."
4+
_G._OSCREDIT = "miniOS classic by Skye, based off of OpenOS code from OpenComputers.\nminiOS code is under BSD 2-clause license, OpenOS code is under the MIT license."
55

66
--component code
77
function component_code()

0 commit comments

Comments
 (0)