From ae79ad1ff7604d6644a9ff31ddca39b81e0f22d9 Mon Sep 17 00:00:00 2001 From: Wayne Lewis <wayne.lewis@ess.eu> Date: Mon, 11 May 2020 13:13:56 -0700 Subject: [PATCH] Fix spelling mistake --- tools/iocsh_functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/iocsh_functions b/tools/iocsh_functions index d57d08de..934bb893 100644 --- a/tools/iocsh_functions +++ b/tools/iocsh_functions @@ -308,7 +308,7 @@ function require_ioc local pid="$1"; # Keep only short hostname (without domain) local hostname=${HOSTNAME%%.*}; - # Record name should not have . character, because it is used inside reacord + # Record name should not have . character, because it is used inside record require_ioc="REQMOD"; # char 6 ( 6) require_ioc+=":"; # char 1 ( 7) -- GitLab