fix spelling

This commit is contained in:
Garux
2021-05-24 20:23:09 +03:00
parent 5efe29d863
commit 6c00419653
175 changed files with 414 additions and 414 deletions

View File

@@ -159,7 +159,7 @@ class Unpack {
readLump.readFully(buffer);
// quake uses forward slashes, but java requires
// they only by the host's seperator, which
// they only by the host's separator, which
// varies from win to unix
fixedString = new StringBuffer (args[2] + File.separator + nameString);
for (index = 0 ; index < fixedString.length() ; index++) {