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>2019-02-04 03:23:48 +0300
committerPablo Vazquez <venomgfx@gmail.com>2019-02-04 03:23:48 +0300
commit3be845ce20f6101838eeda7c15abf027f0c1a0f6 (patch)
treef67c61a3ca4f9db7b7f19927a82523203e9d44bd /intern
parenta6f045de3fad180c4010b7b3d0a7b0db28c36886 (diff)
Cleanup: Typos in comments (to to)
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/util/util_ies.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/util/util_ies.h b/intern/cycles/util/util_ies.h
index 663ad649a9c..096b1fdf803 100644
--- a/intern/cycles/util/util_ies.h
+++ b/intern/cycles/util/util_ies.h
@@ -40,7 +40,7 @@ protected:
bool process_type_c();
/* The brightness distribution is stored in spherical coordinates.
- * The horizontal angles correspond to to theta in the regular notation
+ * The horizontal angles correspond to theta in the regular notation
* and always span the full range from 0° to 360°.
* The vertical angles correspond to phi and always start at 0°. */
vector<float> v_angles, h_angles;