From 719450f8ca818bb580eee90ab9da491a97d14e19 Mon Sep 17 00:00:00 2001 From: David Wells Date: Thu, 20 Aug 2015 11:47:42 -0400 Subject: [PATCH] Fix two typos in the top level readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 709f5fe254..20ad47423a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Then configure, compile, and install the deal.II library with: $ make install (alternatively $ make -j install) $ make test -To build from the repository, excute the following commands first. +To build from the repository, execute the following commands first: $ git clone https://github.com/dealii/dealii $ cd dealii -- 2.39.5