Skip to content

Commit

Permalink
Fixed a comment typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 24, 2009
1 parent 816f016 commit f7d1922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mojosetup_mainline.lua
Expand Up @@ -1191,7 +1191,7 @@ local function do_install(install)
local desc = eula.description
local fname = "data/" .. eula.source

-- (desc) and (fname) become an upvalues in this function.
-- (desc) and (fname) become upvalues in this function.
stages[#stages+1] = function (thisstage, maxstage)
local retval = MojoSetup.gui.readme(desc,fname,thisstage,maxstage)
if retval == 1 then
Expand Down

0 comments on commit f7d1922

Please sign in to comment.