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>2019-05-02 11:25:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-05-02 11:25:36 +0300
commit5b14b5654231a50874fd9103d2adb306f62aec8d (patch)
treef2c0c65e5b30bd62fd7369c9704417f15fbc37c5 /source/blender/compositor
parent22c293f6d606664ed459200905b9d87a772ec986 (diff)
Cleanup: typos in comments
Diffstat (limited to 'source/blender/compositor')
-rw-r--r--source/blender/compositor/intern/COM_NodeGraph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/intern/COM_NodeGraph.cpp b/source/blender/compositor/intern/COM_NodeGraph.cpp
index 4104886bc1b..b4d6cc0ff60 100644
--- a/source/blender/compositor/intern/COM_NodeGraph.cpp
+++ b/source/blender/compositor/intern/COM_NodeGraph.cpp
@@ -304,7 +304,7 @@ void NodeGraph::add_proxies_group(const CompositorContext &context,
/* missing node group datablock can happen with library linking */
if (!b_group_tree) {
/* This error case its handled in convertToOperations()
- * so we don't get un-convertred sockets. */
+ * so we don't get un-converted sockets. */
return;
}