diff options
| -rw-r--r-- | tools/export/blender25/io_scene_dae/export_dae.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/export/blender25/io_scene_dae/export_dae.py b/tools/export/blender25/io_scene_dae/export_dae.py index b846f0e2d8..7ee0e179b8 100644 --- a/tools/export/blender25/io_scene_dae/export_dae.py +++ b/tools/export/blender25/io_scene_dae/export_dae.py @@ -921,7 +921,7 @@ class DaeExporter:  			if (node.parent.type=="ARMATURE"):  				armature=node.parent  				if (armcount>1): -					self.operator.report({'WARNING'},'Object "'+node.name+'" refers to more than one armature! This is unsopported.') +					self.operator.report({'WARNING'},'Object "'+node.name+'" refers to more than one armature! This is unsupported.')  				if (armcount==0):  					self.operator.report({'WARNING'},'Object "'+node.name+'" is child of an armature, but has no armature modifier.')  |