From e5c19bdd74ed9bed7777bd9be27c1daf029137ae Mon Sep 17 00:00:00 2001 From: Andrey Portnoy Date: Mon, 3 Feb 2020 10:03:14 -0800 Subject: [PATCH] Fix typo in add.modules.in --- script/add.modules.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/add.modules.in b/script/add.modules.in index 813961e6..589fdd9b 100755 --- a/script/add.modules.in +++ b/script/add.modules.in @@ -45,7 +45,7 @@ fi The lines are prepended for sourcing the $ETC/csh.modules or $ETC/profile.modules files or to define the module alias or function. Why is it necessary? - To insure that you will have access to modules for all subshells, + To ensure that you will have access to modules for all subshells, these lines need to be added to some of your 'dot' files. Your old .cshrc, .login, .profile, .bashrc and .kshenv will be