From cfe8f7661602a1fd7cedecc074cdd1463096fce9 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 4 Feb 2019 20:39:59 +0100 Subject: Cleanup: typo in comment. --- source/blender/blenkernel/intern/action.c | 2 +- source/blender/blenkernel/intern/armature.c | 2 +- source/blender/blenkernel/intern/brush.c | 2 +- source/blender/blenkernel/intern/cachefile.c | 2 +- source/blender/blenkernel/intern/camera.c | 2 +- source/blender/blenkernel/intern/collection.c | 2 +- source/blender/blenkernel/intern/curve.c | 2 +- source/blender/blenkernel/intern/image.c | 2 +- source/blender/blenkernel/intern/key.c | 2 +- source/blender/blenkernel/intern/lamp.c | 2 +- source/blender/blenkernel/intern/lattice.c | 2 +- source/blender/blenkernel/intern/lightprobe.c | 2 +- source/blender/blenkernel/intern/linestyle.c | 2 +- source/blender/blenkernel/intern/mask.c | 2 +- source/blender/blenkernel/intern/material.c | 2 +- source/blender/blenkernel/intern/mball.c | 2 +- source/blender/blenkernel/intern/mesh.c | 2 +- source/blender/blenkernel/intern/movieclip.c | 2 +- source/blender/blenkernel/intern/node.c | 2 +- source/blender/blenkernel/intern/object.c | 2 +- source/blender/blenkernel/intern/paint.c | 4 ++-- source/blender/blenkernel/intern/particle.c | 2 +- source/blender/blenkernel/intern/scene.c | 2 +- source/blender/blenkernel/intern/sound.c | 2 +- source/blender/blenkernel/intern/speaker.c | 2 +- source/blender/blenkernel/intern/text.c | 2 +- source/blender/blenkernel/intern/texture.c | 2 +- source/blender/blenkernel/intern/world.c | 2 +- 28 files changed, 29 insertions(+), 29 deletions(-) (limited to 'source/blender/blenkernel') diff --git a/source/blender/blenkernel/intern/action.c b/source/blender/blenkernel/intern/action.c index 313b589cf3a..38989e06d3d 100644 --- a/source/blender/blenkernel/intern/action.c +++ b/source/blender/blenkernel/intern/action.c @@ -117,7 +117,7 @@ void BKE_action_free(bAction *act) /** * Only copy internal data of Action ID from source to already allocated/initialized destination. - * You probably nerver want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. + * You probably never want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. * * WARNING! This function will not handle ID user count! * diff --git a/source/blender/blenkernel/intern/armature.c b/source/blender/blenkernel/intern/armature.c index a475cd7a87b..66afccfee5b 100644 --- a/source/blender/blenkernel/intern/armature.c +++ b/source/blender/blenkernel/intern/armature.c @@ -168,7 +168,7 @@ static void copy_bonechildren( /** * Only copy internal data of Armature ID from source to already allocated/initialized destination. - * You probably nerver want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. + * You probably never want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. * * WARNING! This function will not handle ID user count! * diff --git a/source/blender/blenkernel/intern/brush.c b/source/blender/blenkernel/intern/brush.c index fe1db9b23ec..c934f2fe0d0 100644 --- a/source/blender/blenkernel/intern/brush.c +++ b/source/blender/blenkernel/intern/brush.c @@ -556,7 +556,7 @@ struct Brush *BKE_brush_first_search(struct Main *bmain, const eObjectMode ob_mo /** * Only copy internal data of Brush ID from source to already allocated/initialized destination. - * You probably nerver want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. + * You probably never want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. * * WARNING! This function will not handle ID user count! * diff --git a/source/blender/blenkernel/intern/cachefile.c b/source/blender/blenkernel/intern/cachefile.c index afe38fbc105..1f05dcb50ba 100644 --- a/source/blender/blenkernel/intern/cachefile.c +++ b/source/blender/blenkernel/intern/cachefile.c @@ -104,7 +104,7 @@ void BKE_cachefile_free(CacheFile *cache_file) /** * Only copy internal data of CacheFile ID from source to already allocated/initialized destination. - * You probably nerver want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. + * You probably never want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. * * WARNING! This function will not handle ID user count! * diff --git a/source/blender/blenkernel/intern/camera.c b/source/blender/blenkernel/intern/camera.c index 9371b295890..535551f64b3 100644 --- a/source/blender/blenkernel/intern/camera.c +++ b/source/blender/blenkernel/intern/camera.c @@ -89,7 +89,7 @@ void *BKE_camera_add(Main *bmain, const char *name) /** * Only copy internal data of Camera ID from source to already allocated/initialized destination. - * You probably nerver want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. + * You probably never want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. * * WARNING! This function will not handle ID user count! * diff --git a/source/blender/blenkernel/intern/collection.c b/source/blender/blenkernel/intern/collection.c index 575b8ee8333..f8f6c05c6f0 100644 --- a/source/blender/blenkernel/intern/collection.c +++ b/source/blender/blenkernel/intern/collection.c @@ -177,7 +177,7 @@ bool BKE_collection_delete(Main *bmain, Collection *collection, bool hierarchy) /** * Only copy internal data of Collection ID from source to already allocated/initialized destination. - * You probably nerver want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. + * You probably never want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. * * WARNING! This function will not handle ID user count! * diff --git a/source/blender/blenkernel/intern/curve.c b/source/blender/blenkernel/intern/curve.c index e7d56652bea..42d7ebed4ff 100644 --- a/source/blender/blenkernel/intern/curve.c +++ b/source/blender/blenkernel/intern/curve.c @@ -186,7 +186,7 @@ Curve *BKE_curve_add(Main *bmain, const char *name, int type) /** * Only copy internal data of Curve ID from source to already allocated/initialized destination. - * You probably nerver want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. + * You probably never want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. * * WARNING! This function will not handle ID user count! * diff --git a/source/blender/blenkernel/intern/image.c b/source/blender/blenkernel/intern/image.c index 682c34b31b5..971b79ed20d 100644 --- a/source/blender/blenkernel/intern/image.c +++ b/source/blender/blenkernel/intern/image.c @@ -378,7 +378,7 @@ static void copy_image_packedfiles(ListBase *lb_dst, const ListBase *lb_src) /** * Only copy internal data of Image ID from source to already allocated/initialized destination. - * You probably nerver want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. + * You probably never want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. * * WARNING! This function will not handle ID user count! * diff --git a/source/blender/blenkernel/intern/key.c b/source/blender/blenkernel/intern/key.c index aaa78fc68e8..85d6bdf089c 100644 --- a/source/blender/blenkernel/intern/key.c +++ b/source/blender/blenkernel/intern/key.c @@ -152,7 +152,7 @@ Key *BKE_key_add(Main *bmain, ID *id) /* common function */ /** * Only copy internal data of ShapeKey ID from source to already allocated/initialized destination. - * You probably nerver want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. + * You probably never want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. * * WARNING! This function will not handle ID user count! * diff --git a/source/blender/blenkernel/intern/lamp.c b/source/blender/blenkernel/intern/lamp.c index b4f40317f2a..2877248f3b6 100644 --- a/source/blender/blenkernel/intern/lamp.c +++ b/source/blender/blenkernel/intern/lamp.c @@ -97,7 +97,7 @@ Lamp *BKE_lamp_add(Main *bmain, const char *name) /** * Only copy internal data of Lamp ID from source to already allocated/initialized destination. - * You probably nerver want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. + * You probably never want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. * * WARNING! This function will not handle ID user count! * diff --git a/source/blender/blenkernel/intern/lattice.c b/source/blender/blenkernel/intern/lattice.c index 52627bd8fb1..02a3edab548 100644 --- a/source/blender/blenkernel/intern/lattice.c +++ b/source/blender/blenkernel/intern/lattice.c @@ -266,7 +266,7 @@ Lattice *BKE_lattice_add(Main *bmain, const char *name) /** * Only copy internal data of Lattice ID from source to already allocated/initialized destination. - * You probably nerver want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. + * You probably never want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. * * WARNING! This function will not handle ID user count! * diff --git a/source/blender/blenkernel/intern/lightprobe.c b/source/blender/blenkernel/intern/lightprobe.c index 8a3fa19e14b..fa3d6e1fa29 100644 --- a/source/blender/blenkernel/intern/lightprobe.c +++ b/source/blender/blenkernel/intern/lightprobe.c @@ -61,7 +61,7 @@ void *BKE_lightprobe_add(Main *bmain, const char *name) /** * Only copy internal data of LightProbe ID from source to already allocated/initialized destination. - * You probably nerver want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. + * You probably never want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. * * WARNING! This function will not handle ID user count! * diff --git a/source/blender/blenkernel/intern/linestyle.c b/source/blender/blenkernel/intern/linestyle.c index 68682c53707..315e182073b 100644 --- a/source/blender/blenkernel/intern/linestyle.c +++ b/source/blender/blenkernel/intern/linestyle.c @@ -148,7 +148,7 @@ void BKE_linestyle_free(FreestyleLineStyle *linestyle) /** * Only copy internal data of Linestyle ID from source to already allocated/initialized destination. - * You probably nerver want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. + * You probably never want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. * * WARNING! This function will not handle ID user count! * diff --git a/source/blender/blenkernel/intern/mask.c b/source/blender/blenkernel/intern/mask.c index 4746592590d..4893a7974c6 100644 --- a/source/blender/blenkernel/intern/mask.c +++ b/source/blender/blenkernel/intern/mask.c @@ -844,7 +844,7 @@ Mask *BKE_mask_copy_nolib(Mask *mask) /** * Only copy internal data of Mask ID from source to already allocated/initialized destination. - * You probably nerver want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. + * You probably never want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. * * WARNING! This function will not handle ID user count! * diff --git a/source/blender/blenkernel/intern/material.c b/source/blender/blenkernel/intern/material.c index 7462b3eacbb..6ff17be1e3d 100644 --- a/source/blender/blenkernel/intern/material.c +++ b/source/blender/blenkernel/intern/material.c @@ -173,7 +173,7 @@ Material *BKE_material_add_gpencil(Main *bmain, const char *name) /** * Only copy internal data of Material ID from source to already allocated/initialized destination. - * You probably nerver want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. + * You probably never want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. * * WARNING! This function will not handle ID user count! * diff --git a/source/blender/blenkernel/intern/mball.c b/source/blender/blenkernel/intern/mball.c index 049f4ca6212..68787bf3615 100644 --- a/source/blender/blenkernel/intern/mball.c +++ b/source/blender/blenkernel/intern/mball.c @@ -96,7 +96,7 @@ MetaBall *BKE_mball_add(Main *bmain, const char *name) /** * Only copy internal data of MetaBall ID from source to already allocated/initialized destination. - * You probably nerver want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. + * You probably never want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. * * WARNING! This function will not handle ID user count! * diff --git a/source/blender/blenkernel/intern/mesh.c b/source/blender/blenkernel/intern/mesh.c index 187d2ccc8f4..dfbcf06fa6a 100644 --- a/source/blender/blenkernel/intern/mesh.c +++ b/source/blender/blenkernel/intern/mesh.c @@ -518,7 +518,7 @@ Mesh *BKE_mesh_add(Main *bmain, const char *name) /** * Only copy internal data of Mesh ID from source to already allocated/initialized destination. - * You probably nerver want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. + * You probably never want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. * * WARNING! This function will not handle ID user count! * diff --git a/source/blender/blenkernel/intern/movieclip.c b/source/blender/blenkernel/intern/movieclip.c index 200fa3ad670..fa3f3759e50 100644 --- a/source/blender/blenkernel/intern/movieclip.c +++ b/source/blender/blenkernel/intern/movieclip.c @@ -1502,7 +1502,7 @@ void BKE_movieclip_free(MovieClip *clip) /** * Only copy internal data of MovieClip ID from source to already allocated/initialized destination. - * You probably nerver want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. + * You probably never want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. * * WARNING! This function will not handle ID user count! * diff --git a/source/blender/blenkernel/intern/node.c b/source/blender/blenkernel/intern/node.c index 4c09c687724..71284651e62 100644 --- a/source/blender/blenkernel/intern/node.c +++ b/source/blender/blenkernel/intern/node.c @@ -1291,7 +1291,7 @@ bNodeTree *ntreeAddTree(Main *bmain, const char *name, const char *idname) /** * Only copy internal data of NodeTree ID from source to already allocated/initialized destination. - * You probably nerver want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. + * You probably never want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. * * WARNING! This function will not handle ID user count! * diff --git a/source/blender/blenkernel/intern/object.c b/source/blender/blenkernel/intern/object.c index c9457b2d728..bc01405a0f4 100644 --- a/source/blender/blenkernel/intern/object.c +++ b/source/blender/blenkernel/intern/object.c @@ -1313,7 +1313,7 @@ void BKE_object_transform_copy(Object *ob_tar, const Object *ob_src) /** * Only copy internal data of Object ID from source to already allocated/initialized destination. - * You probably nerver want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. + * You probably never want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. * * WARNING! This function will not handle ID user count! * diff --git a/source/blender/blenkernel/intern/paint.c b/source/blender/blenkernel/intern/paint.c index 249a4345a7d..1c795ba23f0 100644 --- a/source/blender/blenkernel/intern/paint.c +++ b/source/blender/blenkernel/intern/paint.c @@ -429,7 +429,7 @@ PaintCurve *BKE_paint_curve_add(Main *bmain, const char *name) /** * Only copy internal data of PaintCurve ID from source to already allocated/initialized destination. - * You probably nerver want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. + * You probably never want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. * * WARNING! This function will not handle ID user count! * @@ -512,7 +512,7 @@ Palette *BKE_palette_add(Main *bmain, const char *name) /** * Only copy internal data of Palette ID from source to already allocated/initialized destination. - * You probably nerver want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. + * You probably never want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. * * WARNING! This function will not handle ID user count! * diff --git a/source/blender/blenkernel/intern/particle.c b/source/blender/blenkernel/intern/particle.c index 67b0d96643c..ba0ce90a54f 100644 --- a/source/blender/blenkernel/intern/particle.c +++ b/source/blender/blenkernel/intern/particle.c @@ -3288,7 +3288,7 @@ void BKE_particlesettings_twist_curve_init(ParticleSettings *part) /** * Only copy internal data of ParticleSettings ID from source to already allocated/initialized destination. - * You probably nerver want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. + * You probably never want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. * * WARNING! This function will not handle ID user count! * diff --git a/source/blender/blenkernel/intern/scene.c b/source/blender/blenkernel/intern/scene.c index a06c6743de8..0b071abbad6 100644 --- a/source/blender/blenkernel/intern/scene.c +++ b/source/blender/blenkernel/intern/scene.c @@ -227,7 +227,7 @@ void BKE_toolsettings_free(ToolSettings *toolsettings) /** * Only copy internal data of Scene ID from source to already allocated/initialized destination. - * You probably nerver want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. + * You probably never want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. * * WARNING! This function will not handle ID user count! * diff --git a/source/blender/blenkernel/intern/sound.c b/source/blender/blenkernel/intern/sound.c index 664b9b907de..c627dd72231 100644 --- a/source/blender/blenkernel/intern/sound.c +++ b/source/blender/blenkernel/intern/sound.c @@ -147,7 +147,7 @@ void BKE_sound_free(bSound *sound) /** * Only copy internal data of Sound ID from source to already allocated/initialized destination. - * You probably nerver want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. + * You probably never want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. * * WARNING! This function will not handle ID user count! * diff --git a/source/blender/blenkernel/intern/speaker.c b/source/blender/blenkernel/intern/speaker.c index 4f72c7490a1..03dc64d71e8 100644 --- a/source/blender/blenkernel/intern/speaker.c +++ b/source/blender/blenkernel/intern/speaker.c @@ -61,7 +61,7 @@ void *BKE_speaker_add(Main *bmain, const char *name) /** * Only copy internal data of Speaker ID from source to already allocated/initialized destination. - * You probably nerver want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. + * You probably never want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. * * WARNING! This function will not handle ID user count! * diff --git a/source/blender/blenkernel/intern/text.c b/source/blender/blenkernel/intern/text.c index 8795740fab3..7222782693a 100644 --- a/source/blender/blenkernel/intern/text.c +++ b/source/blender/blenkernel/intern/text.c @@ -459,7 +459,7 @@ Text *BKE_text_load(Main *bmain, const char *file, const char *relpath) /** * Only copy internal data of Text ID from source to already allocated/initialized destination. - * You probably nerver want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. + * You probably never want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. * * WARNING! This function will not handle ID user count! * diff --git a/source/blender/blenkernel/intern/texture.c b/source/blender/blenkernel/intern/texture.c index 02b3bac74ff..c18895c8b48 100644 --- a/source/blender/blenkernel/intern/texture.c +++ b/source/blender/blenkernel/intern/texture.c @@ -411,7 +411,7 @@ MTex *BKE_texture_mtex_add_id(ID *id, int slot) /** * Only copy internal data of Texture ID from source to already allocated/initialized destination. - * You probably nerver want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. + * You probably never want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. * * WARNING! This function will not handle ID user count! * diff --git a/source/blender/blenkernel/intern/world.c b/source/blender/blenkernel/intern/world.c index 6814574bebf..786cb7629d2 100644 --- a/source/blender/blenkernel/intern/world.c +++ b/source/blender/blenkernel/intern/world.c @@ -97,7 +97,7 @@ World *BKE_world_add(Main *bmain, const char *name) /** * Only copy internal data of World ID from source to already allocated/initialized destination. - * You probably nerver want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. + * You probably never want to use that directly, use BKE_id_copy or BKE_id_copy_ex for typical needs. * * WARNING! This function will not handle ID user count! * -- cgit v1.2.3