From 2fbb901ec8e274bca35e24f3289691da158ad0fa Mon Sep 17 00:00:00 2001 From: kpetersn <kmpeters@anl.gov> Date: Mon, 27 Feb 2023 16:44:42 +0000 Subject: [PATCH] Fixed a tyop in the filename in step 3.2.1 --- 3-Add-simulated-motors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3-Add-simulated-motors.md b/3-Add-simulated-motors.md index 6a7e1bc..5d78100 100644 --- a/3-Add-simulated-motors.md +++ b/3-Add-simulated-motors.md @@ -17,7 +17,7 @@ $ cp -p examples/motors.iocsh iocsh #### 3.2.1 Edit iocsh/motor.iocsh ``` -$ gedit iocsh/motor.iocsh & +$ gedit iocsh/motors.iocsh & ``` Make the following changes: -- GitLab