[Bf-blender-cvs] [14c2bc5] master: Cleanup: Typos, typos everywhere. :D

Thomas Dinges noreply at git.blender.org
Sun May 17 18:49:00 CEST 2015


Commit: 14c2bc53c0b4e02ac64c91908ba92d156c52023e
Author: Thomas Dinges
Date:   Sun May 17 18:32:31 2015 +0200
Branches: master
https://developer.blender.org/rB14c2bc53c0b4e02ac64c91908ba92d156c52023e

Cleanup: Typos, typos everywhere. :D

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

M	intern/cycles/device/device_opencl.cpp

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

diff --git a/intern/cycles/device/device_opencl.cpp b/intern/cycles/device/device_opencl.cpp
index e329ee4..5c480d9 100644
--- a/intern/cycles/device/device_opencl.cpp
+++ b/intern/cycles/device/device_opencl.cpp
@@ -3338,14 +3338,14 @@ Device *device_opencl_create(DeviceInfo& info, Stats &stats, bool background)
 			return new OpenCLDeviceSplitKernel(info, stats, background);
 		} else {
 			/* For any other device, take megakernel path. */
-			VLOG(1) << "Using megekernel";
+			VLOG(1) << "Using mega kernel";
 			return new OpenCLDeviceMegaKernel(info, stats, background);
 		}
 	} else {
 		/* If we can't retrieve platform and device type information for some
 		 * reason, we default to megakernel path.
 		 */
-		VLOG(1) << "Failed to rertieve platform or device, using megakernel";
+		VLOG(1) << "Failed to retrieve platform or device, using mega kernel";
 		return new OpenCLDeviceMegaKernel(info, stats, background);
 	}
 }




More information about the Bf-blender-cvs mailing list