Spelling Fixes (#8973)

* SpellingFixes

* OtherTypos

* OtherTypos
This commit is contained in:
klorpa
2023-04-09 00:39:28 -05:00
committed by GitHub
parent ff4bb85a40
commit f445ffde0a
335 changed files with 943 additions and 943 deletions

View File

@@ -135,7 +135,7 @@
return uppertext(string)
/*
//Makes a list where all indicies in a string is a seperate index in the list
//Makes a list where all indices in a string is a separate index in the list
// JUST A HELPER DON'T ADD TO NTSCRIPT
/proc/string_tolist(var/string)
var/list/L = new/list()
@@ -193,7 +193,7 @@ Just found out there was already a string explode function, did some benchmarkin
return newstring
// I don't know if it's neccesary to make my own proc, but I think I have to to be able to check for istext.
// I don't know if it's necessary to make my own proc, but I think I have to to be able to check for istext.
/proc/n_str2num(var/string)
if(istext(string))
return text2num(string)