From b14c77db7981af3c712adc50397ae11b377e4bb2 Mon Sep 17 00:00:00 2001
From: Chad Baker <chad.baker@nrel.gov>
Date: Wed, 15 May 2024 10:48:17 -0600
Subject: [PATCH] fixed typo

---
 python/altrios/demos/speed_limit_train_sim_demo.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/altrios/demos/speed_limit_train_sim_demo.py b/python/altrios/demos/speed_limit_train_sim_demo.py
index a606a9fd..8c17dedc 100644
--- a/python/altrios/demos/speed_limit_train_sim_demo.py
+++ b/python/altrios/demos/speed_limit_train_sim_demo.py
@@ -88,7 +88,7 @@
     False,
 )[0]
 
-# uncommint this line to see example of logging functionality
+# uncomment this line to see example of logging functionality
 # alt.utils.set_log_level("DEBUG")
 
 t0 = time.perf_counter()