Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Oeser <info@graphics-engineer.com>2018-04-24 12:34:47 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2018-04-24 12:34:47 +0300
commitb678ef752f129647e94bf21eb72c0fd30428d1ba (patch)
tree7cf15ed02bff1a9e2646013cc8cb0824c9cfd8b4 /node_wrangler.py
parent41ae15a05139cc359454d2f343131cf819485b15 (diff)
Fix T54789: A Simple Typo in the "Node Wrangler" Addon
Diffstat (limited to 'node_wrangler.py')
-rw-r--r--node_wrangler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_wrangler.py b/node_wrangler.py
index 9b225af1..24e096c8 100644
--- a/node_wrangler.py
+++ b/node_wrangler.py
@@ -3161,7 +3161,7 @@ class NWSelectParentChildren(Operator, NWBase):
class NWDetachOutputs(Operator, NWBase):
- """Detach outputs of selected node leaving inluts liked"""
+ """Detach outputs of selected node leaving inputs linked"""
bl_idname = "node.nw_detach_outputs"
bl_label = "Detach Outputs"
bl_options = {'REGISTER', 'UNDO'}