From aef060d0c74429f237311de4a7c10ec1eca3484d Mon Sep 17 00:00:00 2001
From: Fanny Wegner <fwegner@imm.uzh.ch>
Date: Tue, 21 Mar 2023 08:46:36 +0100
Subject: [PATCH] Replace UNIX_HPC_exercise_instructions.md

---
 exercises/UNIX_HPC_exercise_instructions.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exercises/UNIX_HPC_exercise_instructions.md b/exercises/UNIX_HPC_exercise_instructions.md
index 4c5d624..98583f1 100644
--- a/exercises/UNIX_HPC_exercise_instructions.md
+++ b/exercises/UNIX_HPC_exercise_instructions.md
@@ -464,7 +464,7 @@ source $HOME/.bashrc
    * The input fasta file is the multi-fasta file you generated in the previous exercise. 
    * Submit the job. 
    * Watch the state of the job using `squeue`. 
-   * Explore the outplut files `[jobname].out` and `[jobname].err`
+   * Explore the output files of the job `[jobname].out` and `[jobname].err` as well as the actual MSA. 
 
 <details><summary><b>Exercise solution</b></summary> 
 <p>
-- 
GitLab