diff --git a/tutorials/exenode.html b/tutorials/exenode.html
index 7613d715..b906c451 100644
--- a/tutorials/exenode.html
+++ b/tutorials/exenode.html
@@ -225,7 +225,7 @@
//throttle is 100% until there is less than 1 second of time left to burn
//when there is less than 1 second - decrease the throttle linearly
- set tset to min(nd:deltav:mag/maxa_acc, 1).
+ set tset to min(nd:deltav:mag/max_acc, 1).
//here's the tricky part, we need to cut the throttle as soon as our nd:deltav and initial deltav start facing opposite directions
//this check is done via checking the dot product of those 2 vectors
@@ -330,4 +330,4 @@