summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-09-28 09:22:44 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-09-28 09:22:44 +0000
commitc279cfdad04340d8844466a688d60a66786392c9 (patch)
tree145ae2f23356a652d99b282a248abed921e7e3d9 /src/common
parent2ca563e4e1a12443773cd58ab65ef65286bc31dd (diff)
Fix typo in installation
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3915 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: b7f7c3344fef9915a48ee29764063a91f3d860a4
Diffstat (limited to 'src/common')
-rw-r--r--src/common/doc/installation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/doc/installation.h b/src/common/doc/installation.h
index c27e4f56..df7eed37 100644
--- a/src/common/doc/installation.h
+++ b/src/common/doc/installation.h
@@ -18,7 +18,7 @@ cmake ..
make \endverbatim
* By default, examples are disabled. You can activate their compilation with
* <a href="https://cmake.org/cmake/help/v3.0/manual/ccmake.1.html">ccmake</a> (on Linux and Mac OSX),
- * <a href="https://cmake.org/cmake/help/v3.0/manual/cmake-gui.1.html">cmake-gui</a> (on Windows) or y mofifying the
+ * <a href="https://cmake.org/cmake/help/v3.0/manual/cmake-gui.1.html">cmake-gui</a> (on Windows) or by modifying the
* cmake command as follows :
\verbatim cmake -DWITH_GUDHI_EXAMPLE=ON ..
make \endverbatim