From 9b5b462e0a98eb3fde5159a469bd054561551d58 Mon Sep 17 00:00:00 2001
From: Mikael Simberg <mikael.simberg@iki.fi>
Date: Sat, 7 Dec 2019 17:40:26 +0100
Subject: [PATCH] Fix typo in install.rst (#914)

---
 doc/install.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/install.rst b/doc/install.rst
index 059bea17..3ca16340 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -516,7 +516,7 @@ Putting it all together, a typical workflow to build Arbor on a Cray system is:
 
     export CRAYPE_LINK_TYPE=dynamic
     module swap PrgEnv-cray PrgEnv-gnu
-    moudle swap gcc/7.1.0
+    module swap gcc/7.1.0
     export CC=`which cc`; export CXX=`which CC`;
     cmake -DARB_WITH_MPI=ON    # MPI support
 
-- 
GitLab