From b0bc8c9358b5157fd27a660c4d787df512f029dc Mon Sep 17 00:00:00 2001
From: Fanny Rodolakis <rodolakis@anl.gov>
Date: Thu, 25 May 2023 10:44:49 -0500
Subject: [PATCH] fix typo

---
 2-IOC-deployment.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/2-IOC-deployment.md b/2-IOC-deployment.md
index a8b0218..e7fe2ef 100644
--- a/2-IOC-deployment.md
+++ b/2-IOC-deployment.md
@@ -225,7 +225,7 @@ The **configure/CONFIG_SITE.local** file is used to specify local configuration
 
 The IOC build system will now use an alternative networking library instead of libnet, allowing the IOC to be built without requiring the installation of the net library.
 
-**Note:** the linux command ``$ echo "LINUX_NET_INSTALLED = NO" > configure/CONFIG_SITE.local`` writes the text "LINUX_NET_INSTALLED = NO" to the **configureCONFIG_SITE.local** file. If the file does not exist, the ``>`` sign creates the file and writes the output to it. If the file already exists, the ``>`` sign overwrites its contents with the new output.
+**Note:** the linux command ``$ echo "LINUX_NET_INSTALLED = NO" > configure/CONFIG_SITE.local`` writes the text "LINUX_NET_INSTALLED = NO" to the **configure/CONFIG_SITE.local** file. If the file does not exist, the ``>`` sign creates the file and writes the output to it. If the file already exists, the ``>`` sign overwrites its contents with the new output.
 
 </details>
 
-- 
GitLab