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
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-01-17 10:35:03 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-01-17 10:35:03 +0400
commit63ccb2630385958f4f1535513e5541ba3b41bb9e (patch)
treea7b00e89bf661019c7b1b93555edcef62f611749 /intern/cycles/render/graph.cpp
parent477a84a73888b012dc43f446651a64542d23e704 (diff)
Code Cleanup: spelling
Diffstat (limited to 'intern/cycles/render/graph.cpp')
-rw-r--r--intern/cycles/render/graph.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/cycles/render/graph.cpp b/intern/cycles/render/graph.cpp
index 3fae5244488..9142eb5308c 100644
--- a/intern/cycles/render/graph.cpp
+++ b/intern/cycles/render/graph.cpp
@@ -614,11 +614,11 @@ void ShaderGraph::refine_bump_nodes()
foreach(NodePair& pair, nodes_dy)
add(pair.second);
- /* connect what is conected is bump to samplecenter input*/
+ /* connect what is connected is bump to samplecenter input*/
connect(out , node->input("SampleCenter"));
/* bump input is just for connectivity purpose for the graph input,
- * we reconected this input to samplecenter, so lets disconnect it
+ * we re-connected this input to samplecenter, so lets disconnect it
* from bump input */
disconnect(bump_input);
}