diff --git a/node_wrangler.py b/node_wrangler.py
index 9b225af1dab6adc6ff40b0e2627e0198cf5db122..24e096c8ce901449c980988f5fb58aeba2dd0cb1 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'}