Skip to content

Commit 1935e2a

Browse files
committed
Merge pull request cocos2d#14655 from CocosRobot/update_lua_bindings_1449976044
[ci skip][AUTO]: updating luabinding & jsbinding automatically
2 parents a80ca25 + 0473dd8 commit 1935e2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cocos/scripting/lua-bindings/auto/api/Control.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
-- @return Control#Control self (return value: cc.Control)
7676

7777
--------------------------------
78-
-- Returns a point corresponding to the touh location converted into the<br>
78+
-- Returns a point corresponding to the touch location converted into the<br>
7979
-- control space coordinates.<br>
8080
-- param touch A Touch object that represents a touch.
8181
-- @function [parent=#Control] getTouchLocation

cocos/scripting/lua-bindings/auto/api/ControlButton.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
-- @return bool#bool ret (return value: bool)
146146

147147
--------------------------------
148-
-- Sets the font of the label, changes the label to a BMFont if neccessary.<br>
148+
-- Sets the font of the label, changes the label to a BMFont if necessary.<br>
149149
-- param fntFile The name of the font to change to<br>
150150
-- param state The state that uses the specified fntFile. The values are described<br>
151151
-- in "CCControlState".

0 commit comments

Comments
 (0)