diff --git a/code/modules/power/cable.dm b/code/modules/power/cable.dm
index e693cc11f13..9ab93680ad6 100644
--- a/code/modules/power/cable.dm
+++ b/code/modules/power/cable.dm
@@ -308,7 +308,7 @@
return
else
- user << "You transfer [MAXCOIL - src.amount ] length\s of cable from one coil to the other."
+ user << "You transfer [MAXCOIL - C.amount ] length\s of cable from one coil to the other."
src.amount -= (MAXCOIL-C.amount)
src.updateicon()
src.update_wclass()