Author: kevans
Date: Sun Mar  4 03:23:19 2018
New Revision: 330370
URL: https://svnweb.freebsd.org/changeset/base/330370

Log:
  lualoader: logdef -> logodef typo

Modified:
  head/stand/lua/drawer.lua

Modified: head/stand/lua/drawer.lua
==============================================================================
--- head/stand/lua/drawer.lua   Sun Mar  4 03:21:12 2018        (r330369)
+++ head/stand/lua/drawer.lua   Sun Mar  4 03:23:19 2018        (r330370)
@@ -454,7 +454,7 @@ function drawer.drawlogo()
        x = x + drawer.shift.x
        y = y + drawer.shift.y
 
-       if logdef ~= nil and logodef.shift ~= nil then
+       if logodef ~= nil and logodef.shift ~= nil then
                x = x + logodef.shift.x
                y = y + logodef.shift.y
        end
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to