From 8728c023ac6e0f0a2a84c6541fb55a1556f65b55 Mon Sep 17 00:00:00 2001 From: "Scott C. MacCallum" Date: Thu, 16 Feb 2023 00:59:58 +0000 Subject: [PATCH] Fixed spelling errors --- cluster-web-to-other.ksh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster-web-to-other.ksh b/cluster-web-to-other.ksh index 5e9ca0e..8290b4a 100755 --- a/cluster-web-to-other.ksh +++ b/cluster-web-to-other.ksh @@ -56,11 +56,11 @@ chmod -R 754 /ftp/pub/users/scm # Meta Array # -# Remove all control chracters from the index text file and write it to the index.ma text file +# Remove all control characters from the index text file and write it to the index.ma text file cat /sdf/arpa/ns/s/scm/index | col -b -x > /sdf/arpa/ns/s/scm/index.ma -# Remove all the control chracters from the 02 text file and write it to the 02.ma text file +# Remove all the control characters from the 02 text file and write it to the 02.ma text file cat /sdf/arpa/ns/s/scm/02 | col -b -x > /sdf/arpa/ns/s/scm/02.ma