Cleanup: style/spelling

This commit is contained in:
Campbell Barton 2016-04-01 10:02:59 +11:00
parent de21f07f6c
commit 743739f9dc
6 changed files with 7 additions and 7 deletions

@ -87,7 +87,7 @@ c['change_source'] = GitPoller(
# CODEBASES
#
# Allow to controll separately things like branches for each repo and submodules.
# Allow to control separately things like branches for each repo and submodules.
all_repositories = {
r'git://git.blender.org/blender.git': 'blender',

@ -59,7 +59,7 @@ enum {
/**
* Call a callback for each ID link which the given ID uses.
*
* \return a set of flags to controll further iteration (0 to keep going).
* \return a set of flags to control further iteration (0 to keep going).
*/
typedef int (*LibraryIDLinkCallback) (void *user_data, struct ID *id_self, struct ID **id_pointer, int cd_flag);

@ -3293,7 +3293,7 @@ void BKE_mesh_polygon_flip(MPoly *mpoly, MLoop *mloop, CustomData *ldata)
/**
* Flip (invert winding of) all polygons (used to inverse their normals).
*
* \note Invalidates tessalation, caller must handle that.
* \note Invalidates tessellation, caller must handle that.
*/
void BKE_mesh_polygons_flip(
MPoly *mpoly, MLoop *mloop, CustomData *ldata, int totpoly)