diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index 7f9a01840e3bd2734238e5c480474a27b6f1db9a..b2be0ee7dca8018c6052c52e55fb4674b3a013c0 100644
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@ -159,7 +159,7 @@ def pVisLocExec(bone, active, context):
 
 def pVisRotExec(bone, active, context):
     rotcopy(bone, getmat(bone, active,
-      context, not context.active_object.data.bones[bone.name].use_inherit_rotate))
+      context, not context.active_object.data.bones[bone.name].use_inherit_rotation))
 
 
 def pVisScaExec(bone, active, context):