Skip to content

Commit 7c8982b

Browse files
committed
Typo fixed
1 parent 29a5922 commit 7c8982b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javoc/class/subloaders/classNames.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
local javoc, clasNames = require("umfal")("javoc")
1+
local javoc, classNames = require("umfal")("javoc")
22

33
local debugPrint = javoc.util.debug.print
44
local binaryUtils = javoc.util.binaryUtils
55

6-
function clasNames.load(stream, constantPool)
6+
function classNames.load(stream, constantPool)
77
debugPrint("Loading this and super class names")
88
local thisClass = {}
99
local superClass = {}

0 commit comments

Comments
 (0)