Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorPablo Vazquez <venomgfx@gmail.com>2017-05-04 23:15:53 +0300
committerPablo Vazquez <venomgfx@gmail.com>2017-05-04 23:15:53 +0300
commitd29e3ebcc6ecf354ae2e67aa74762a45bb88f8ff (patch)
treecaecd6947931b52314dbf7b5a2381f243868f0de /intern
parented688e484329044cb3744bf0977b84518bb921cb (diff)
Typo: 'Signle program' -> 'Single program'
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/util/util_debug.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}