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-08-18 12:30:33 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-08-18 12:30:33 +0300
commit8ac40e4163094dd1cddf8103ea1949ae5de179b9 (patch)
treef9ead53a209e1b107a280ffb46cb88520c53d033 /source/blender/compositor/intern/COM_NodeOperation.h
parent14e3c0b3e3291f0dc13a421581ed7b178a335ec3 (diff)
Cleanup: spelling, change breaked to braked
Diffstat (limited to 'source/blender/compositor/intern/COM_NodeOperation.h')
-rw-r--r--source/blender/compositor/intern/COM_NodeOperation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/intern/COM_NodeOperation.h b/source/blender/compositor/intern/COM_NodeOperation.h
index af9ed2648c9..6b073452771 100644
--- a/source/blender/compositor/intern/COM_NodeOperation.h
+++ b/source/blender/compositor/intern/COM_NodeOperation.h
@@ -368,7 +368,7 @@ class NodeOperation : public SocketReader {
return true;
}
- inline bool isBreaked() const
+ inline bool isBraked() const
{
return this->m_btree->test_break(this->m_btree->tbh);
}