From afe0446f598fbdbbf871fc0e8157b8ec57b7f93d Mon Sep 17 00:00:00 2001
From: Keenan Lang <klang@aps.anl.gov>
Date: Thu, 5 Apr 2018 09:31:43 -0500
Subject: [PATCH] Fixed typo

---
 iocBoot/iocxxx/examples/areaDetector.iocsh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iocBoot/iocxxx/examples/areaDetector.iocsh b/iocBoot/iocxxx/examples/areaDetector.iocsh
index 806a460..47babcf 100644
--- a/iocBoot/iocxxx/examples/areaDetector.iocsh
+++ b/iocBoot/iocxxx/examples/areaDetector.iocsh
@@ -10,7 +10,7 @@ dbLoadRecords("$(ADSIMDETECTOR)/simDetectorApp/Db/simDetector.template","P=$(PRE
 # Create a standard arrays plugin, set it to get data from first simDetector driver.
 NDStdArraysConfigure("SIM1Image", 3, 0, "SIM1", 0, 2000000)
 dbLoadRecords("$(ADCORE)/ADApp/Db/NDPluginBase.template", "P=$(PREFIX),R=image1:,PORT=SIM1Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=SIM1,NDARRAY_ADDR=0")
-dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX),R=image1:,PORT=SIM1Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=SIM!,TYPE=Int8,FTVL=UCHAR,NELEMENTS=1048576")
+dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX),R=image1:,PORT=SIM1Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=SIM1,TYPE=Int8,FTVL=UCHAR,NELEMENTS=1048576")
 
 
 # Create a netCDF file saving plugin
-- 
GitLab