1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-15 11:45:42 +00:00

Merge pull request #287 from Lignum/patch-1

The pettiest of spelling fixes
This commit is contained in:
Jonathan Coates 2019-08-15 06:59:59 +01:00 committed by GitHub
commit a80302c513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ else
end
if sTopic == "index" then
print( "Help topics availiable:" )
print( "Help topics available:" )
local tTopics = help.topics()
textutils.pagedTabulate( tTopics )
return