From ccd2a4ed36793bfc4d5c6aafaeb4fb04c67ae7c0 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@dune-project.org> Date: Thu, 2 Sep 2010 06:47:05 +0000 Subject: [PATCH] spelling [[Imported from SVN: r6119]] --- doc/buildsystem/buildsystem.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/buildsystem/buildsystem.tex b/doc/buildsystem/buildsystem.tex index 91f151ca1..a77316751 100644 --- a/doc/buildsystem/buildsystem.tex +++ b/doc/buildsystem/buildsystem.tex @@ -1010,7 +1010,7 @@ the web page. This conversion can be done using inkscape \subsubsection{Automatic testing} Dune offers several special \make targets, which help you find problems -in you build system configuration, or in your code. +in your build system configuration, or in your code. \begin{description} \item[check] You can define lists of regression tests in your @@ -1021,7 +1021,7 @@ in you build system configuration, or in your code. \item[sourcescheck] This target tries to make sure that you don't forget to install any important headers or source files. \item[headercheck] This target tries to make sure that your header - files can be parsed and are self contained. + files can be parsed and are self-contained. \end{description} \minisec{The check target} -- GitLab