[Bf-blender-cvs] [b634bf9fb64] blender2.8: Fix typo

Joshua Leung noreply at git.blender.org
Sat Oct 20 04:32:55 CEST 2018


Commit: b634bf9fb64930e0073c17bc115b6c3436b9a8e2
Author: Joshua Leung
Date:   Sat Oct 20 15:28:43 2018 +1300
Branches: blender2.8
https://developer.blender.org/rBb634bf9fb64930e0073c17bc115b6c3436b9a8e2

Fix typo

===================================================================

M	source/blender/editors/space_graph/graph_buttons.c

===================================================================

diff --git a/source/blender/editors/space_graph/graph_buttons.c b/source/blender/editors/space_graph/graph_buttons.c
index 25d1465c579..2b114cd326b 100644
--- a/source/blender/editors/space_graph/graph_buttons.c
+++ b/source/blender/editors/space_graph/graph_buttons.c
@@ -891,7 +891,7 @@ static void graph_draw_driver_settings_panel(uiLayout *layout, ID *id, FCurve *f
 		but = uiDefIconTextBut(block, UI_BTYPE_BUT, B_IPO_DEPCHANGE, ICON_ADD, IFACE_("Add Input Variable"),
 		                       0, 0, 10 * UI_UNIT_X, UI_UNIT_Y,
 		                       NULL, 0.0, 0.0, 0, 0,
-		                       TIP_("Driver variables ensure that all dependencies will be accounted for, eusuring that drivers will update correctly"));
+		                       TIP_("Driver variables ensure that all dependencies will be accounted for, ensuring that drivers will update correctly"));
 		UI_but_func_set(but, driver_add_var_cb, driver, NULL);
 
 		/* copy/paste (as sub-row) */



More information about the Bf-blender-cvs mailing list