[Bf-blender-cvs] [5a637fafd21] functions: typo

Jacques Lucke noreply at git.blender.org
Sun Mar 10 18:32:49 CET 2019


Commit: 5a637fafd2109c84b072397b0deebd085e28ecbd
Author: Jacques Lucke
Date:   Sun Mar 10 18:32:30 2019 +0100
Branches: functions
https://developer.blender.org/rB5a637fafd2109c84b072397b0deebd085e28ecbd

typo

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

M	source/blender/functions/functions/lists.cpp

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

diff --git a/source/blender/functions/functions/lists.cpp b/source/blender/functions/functions/lists.cpp
index 75624d9a84b..4f13713932c 100644
--- a/source/blender/functions/functions/lists.cpp
+++ b/source/blender/functions/functions/lists.cpp
@@ -86,7 +86,7 @@ namespace FN { namespace Functions {
 	{
 		SharedType &float_list_ty = get_float_list_type();
 
-		auto fn = SharedFunction::New("Combine Float List", Signature({
+		auto fn = SharedFunction::New("Combine Float Lists", Signature({
 			InputParameter("List 1", float_list_ty),
 			InputParameter("List 2", float_list_ty),
 		}, {



More information about the Bf-blender-cvs mailing list