From 02f58ac623d1365c75b54dc216b1b03a2e7f08cc Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Fri, 3 Oct 2014 15:28:52 +0200 Subject: [PATCH] Cleanup: Spelling. --- intern/cycles/kernel/closure/bsdf_microfacet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/intern/cycles/kernel/closure/bsdf_microfacet.h b/intern/cycles/kernel/closure/bsdf_microfacet.h index c6aed1205e0..2079d26e5ad 100644 --- a/intern/cycles/kernel/closure/bsdf_microfacet.h +++ b/intern/cycles/kernel/closure/bsdf_microfacet.h @@ -36,9 +36,9 @@ CCL_NAMESPACE_BEGIN /* Approximate erf and erfinv implementations. - * Implementation comes stright from the wikipedia: + * Implementation comes straight from Wikipedia: * - * http://en.wikipedia.org/wiki/Error_function + * http://en.wikipedia.org/wiki/Error_function * * Some constants are baked into the code. */