[Bf-blender-cvs] [d29e3ebcc6e] master: Typo: 'Signle program' -> 'Single program'

Pablo Vazquez noreply at git.blender.org
Thu May 4 22:17:54 CEST 2017


Commit: d29e3ebcc6ecf354ae2e67aa74762a45bb88f8ff
Author: Pablo Vazquez
Date:   Thu May 4 22:15:53 2017 +0200
Branches: master
https://developer.blender.org/rBd29e3ebcc6ecf354ae2e67aa74762a45bb88f8ff

Typo: 'Signle program' -> 'Single program'

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

M	intern/cycles/util/util_debug.cpp

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

diff --git a/intern/cycles/util/util_debug.cpp b/intern/cycles/util/util_debug.cpp
index c259685f050..ab038d2b9fb 100644
--- a/intern/cycles/util/util_debug.cpp
+++ b/intern/cycles/util/util_debug.cpp
@@ -184,7 +184,7 @@ std::ostream& operator <<(std::ostream &os,
 	   << "  Device type    : " << opencl_device_type << "\n"
 	   << "  Kernel type    : " << opencl_kernel_type << "\n"
 	   << "  Debug          : " << string_from_bool(debug_flags.opencl.debug) << "\n"
-	   << "  Signle program : " << string_from_bool(debug_flags.opencl.single_program)
+	   << "  Single program : " << string_from_bool(debug_flags.opencl.single_program)
 	   << "\n";
 	return os;
 }




More information about the Bf-blender-cvs mailing list