From: David Wells <wellsd2@rpi.edu>
Date: Mon, 30 May 2016 02:35:11 +0000 (-0400)
Subject: Fix a typo in the README.
X-Git-Tag: v8.5.0-rc1~997^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2652%2Fhead;p=dealii.git

Fix a typo in the README.
---

diff --git a/README.md b/README.md
index bd1dc1d9ec..ad31dd4ae6 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Then configure, compile, and install the deal.II library with:
 
     $ mkdir build
     $ cd build
-    $ cmake -DCMAKE_INSTALL_PREFIX=/path/where/dealii/should/be/intalled/to /path/to/dealii/sources
+    $ cmake -DCMAKE_INSTALL_PREFIX=/path/where/dealii/should/be/installed/to /path/to/dealii/sources
     $ make install    (alternatively $ make -j<N> install)
     $ make test