Commit: f276ca0e8d8b5563e2ba1d01183229dfd7076062 Author: Bastien Montagne Date: Thu Nov 5 11:07:36 2015 +0100 Branches: ui-align-rework https://developer.blender.org/rBf276ca0e8d8b5563e2ba1d01183229dfd7076062
Picky typo fixing. =================================================================== M source/blender/editors/interface/interface.c =================================================================== diff --git a/source/blender/editors/interface/interface.c b/source/blender/editors/interface/interface.c index 2b85f26..63e6589 100644 --- a/source/blender/editors/interface/interface.c +++ b/source/blender/editors/interface/interface.c @@ -3002,7 +3002,7 @@ bool ui_but_can_align(uiBut *but) } /** - * This function chacks a pair of buttons (assumed in a same align group), and if they are neighbors, + * This function checks a pair of buttons (assumed in a same align group), and if they are neighbors, * set needed data accordingly. * * \note It is designed to be called in total random order of buttons. _______________________________________________ Bf-blender-cvs mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-blender-cvs
