diff --git a/video_prediction_tools/HPC_scripts/train_model_era5_container_template.sh b/video_prediction_tools/HPC_scripts/train_model_era5_container_template.sh
index 18ef7450a2342d9c43868d4dd67e908b78528235..ba4e60c2083785af223f345067cd727236a7dc8d 100755
--- a/video_prediction_tools/HPC_scripts/train_model_era5_container_template.sh
+++ b/video_prediction_tools/HPC_scripts/train_model_era5_container_template.sh
@@ -26,7 +26,7 @@ VIRT_ENV_NAME="my_venv"
 # Name of container image (must be available in working directory)
 CONTAINER_IMG="${WORK_DIR}/tensorflow_21.09-tf1-py3.sif"
 
-# purge modules to avoid conflicts between container and host settings
+# clean-up modules to avoid conflicts between host and container settings
 module purge
 
 # declare directory-variables which will be modified appropriately during Preprocessing (invoked by mpi_split_data_multi_years.py)