From dc98a3b0a74b0e91ad424195ce488a9b14f13e73 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 12 Dec 2015 15:10:03 +1100 Subject: Cleanup: style/spelling --- source/blender/editors/space_outliner/outliner_tools.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/space_outliner') diff --git a/source/blender/editors/space_outliner/outliner_tools.c b/source/blender/editors/space_outliner/outliner_tools.c index dd0b29c9548..e4471acc2c8 100644 --- a/source/blender/editors/space_outliner/outliner_tools.c +++ b/source/blender/editors/space_outliner/outliner_tools.c @@ -1292,8 +1292,8 @@ static int outliner_lib_operation_exec(bContext *C, wmOperator *op) outliner_do_libdata_operation(C, scene, soops, &soops->tree, lib_delete_cb); WM_event_add_notifier(C, NC_ID | NA_EDITED, NULL); - /* Note: no undo possible here really, not 100% sure why... Probably because of library optimisations - * in undo/redo process? */ + /* Note: no undo possible here really, not 100% sure why... + * Probably because of library optimizations in undo/redo process? */ /* ED_undo_push(C, "Rename"); */ break; } -- cgit v1.2.3