Page MenuHome

EditorsSpelling.diff

EditorsSpelling.diff

Index: armature/poseobject.c
===================================================================
--- armature/poseobject.c (revision 36189)
+++ armature/poseobject.c (working copy)
@@ -1509,7 +1509,7 @@
void POSE_OT_group_deselect (wmOperatorType *ot)
{
/* identifiers */
- ot->name= "Deselecte Bone Group";
+ ot->name= "Deselect Bone Group";
ot->idname= "POSE_OT_group_deselect";
ot->description= "Deselect bones of active Bone Group";
Index: curve/editcurve.c
===================================================================
--- curve/editcurve.c (revision 36189)
+++ curve/editcurve.c (working copy)
@@ -3581,7 +3581,7 @@
/* identifiers */
ot->name= "Set Spline Type";
- ot->description = "Set type of actibe spline";
+ ot->description = "Set type of active spline";
ot->idname= "CURVE_OT_spline_type_set";
/* api callbacks */
Index: space_action/action_edit.c
===================================================================
--- space_action/action_edit.c (revision 36189)
+++ space_action/action_edit.c (working copy)
@@ -1220,7 +1220,7 @@
/* identifiers */
ot->name= "Set Keyframe Type";
ot->idname= "ACTION_OT_keyframe_type";
- ot->description= "Set type of keyframe for the seleced keyframes";
+ ot->description= "Set type of keyframe for the selected keyframes";
/* api callbacks */
ot->invoke= WM_menu_invoke;
Index: space_logic/logic_ops.c
===================================================================
--- space_logic/logic_ops.c (revision 36189)
+++ space_logic/logic_ops.c (working copy)
@@ -581,7 +581,7 @@
{
/* identifiers */
ot->name= "Move Sensor";
- ot->description = "Move Densor";
+ ot->description = "Move Sensor";
ot->idname= "LOGIC_OT_sensor_move";
/* api callbacks */
Index: space_nla/nla_edit.c
===================================================================
--- space_nla/nla_edit.c (revision 36189)
+++ space_nla/nla_edit.c (working copy)
@@ -1002,7 +1002,7 @@
/* identifiers */
ot->name= "Toggle Muting";
ot->idname= "NLA_OT_mute_toggle";
- ot->description= "Mute or un-muted selected strips";
+ ot->description= "Mute or un-mute selected strips";
/* api callbacks */
ot->exec= nlaedit_toggle_mute_exec;
@@ -1384,7 +1384,7 @@
/* identifiers */
ot->name= "Sync Action Length";
ot->idname= "NLA_OT_action_sync_length";
- ot->description= "Sychronise the length of the referenced Action with the lengths used in the strip";
+ ot->description= "Synchronise the length of the referenced Action with the lengths used in the strip";
/* api callbacks */
ot->exec= nlaedit_sync_actlen_exec;
@@ -1803,7 +1803,7 @@
/* identifiers */
ot->name= "Add F-Modifier";
ot->idname= "NLA_OT_fmodifier_add";
- ot->description= "Add F-Modifier of the secified type to the selected NLA-Strips";
+ ot->description= "Add F-Modifier of the specified type to the selected NLA-Strips";
/* api callbacks */
ot->invoke= nla_fmodifier_add_invoke;
Index: space_outliner/outliner.c
===================================================================
--- space_outliner/outliner.c (revision 36189)
+++ space_outliner/outliner.c (working copy)
@@ -1729,7 +1729,7 @@
/* identifiers */
ot->name= "Toggle Renderability";
ot->idname= "OUTLINER_OT_renderability_toggle";
- ot->description= "Toggle the renderbility of selected items";
+ ot->description= "Toggle the renderability of selected items";
/* callbacks */
ot->exec= outliner_toggle_renderability_exec;
Index: space_view3d/view3d_edit.c
===================================================================
--- space_view3d/view3d_edit.c (revision 36189)
+++ space_view3d/view3d_edit.c (working copy)
@@ -1678,7 +1678,7 @@
{
/* identifiers */
ot->name= "Set Render Border";
- ot->description = "Set the boundries of the border render and enables border render ";
+ ot->description = "Set the boundaries of the border render and enables border render ";
ot->idname= "VIEW3D_OT_render_border";
/* api callbacks */
Index: uvedit/uvedit_ops.c
===================================================================
--- uvedit/uvedit_ops.c (revision 36189)
+++ uvedit/uvedit_ops.c (working copy)
@@ -1787,7 +1787,7 @@
{
/* identifiers */
ot->name= "Select";
- ot->description= "Select UV vertice";
+ ot->description= "Select UV vertices";
ot->idname= "UV_OT_select";
ot->flag= OPTYPE_REGISTER|OPTYPE_UNDO;

File Metadata

Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
bd/19/ba1af5b02fc34f7796f92f525643

Event Timeline