summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--bundle/scripts/benchmark/connections.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle/scripts/benchmark/connections.js b/bundle/scripts/benchmark/connections.js
index 7e1abc10..661548c3 100644
--- a/bundle/scripts/benchmark/connections.js
+++ b/bundle/scripts/benchmark/connections.js
@@ -12,7 +12,7 @@ try {
 }
 
 if (!token) {
-	console.error("TOKEN env let missing");
+	console.error("TOKEN env var missing");
 	process.exit();
 }