From 251d2589ad824180c664c7326c9ee86df5e4dae2 Mon Sep 17 00:00:00 2001 From: retiform Date: Tue, 2 Oct 2018 13:10:42 -0400 Subject: [PATCH] Fix typo in INSTALL file. Changes git submoule to git submodule. In the INSTALL file. Just a minor spelling fix. Signed-off-by: Cole Rogers --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index a11d4be94..b343d3664 100644 --- a/INSTALL +++ b/INSTALL @@ -35,7 +35,7 @@ see https://github.com/Subsurface-divelog/libdc.git In order to get the modified sources, do - locate yourself in the subsurface repo on your local computer -- run "git submoule init" +- run "git submodule init" - run "git submodule update" The branches won't have a pretty history and will include ugly merges,