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; }