summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-overview.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-overview.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-overview.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-overview.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-overview.tex
index e2ec6f4e8ef..93951723868 100644
--- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-overview.tex
+++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfsys-overview.tex
@@ -25,7 +25,7 @@ higher layers should never use |\special| commands directly or even
check whether |\pdfoutput| is defined. Instead, all drawing requests
should be ``channeled'' through the system commands.
-The system layer is loaded and setup by the following package:
+The system layer is loaded and set up by the following package:
\begin{package}{pgfsys}
This file provides ``default implementations'' of all system
@@ -36,8 +36,8 @@ The system layer is loaded and setup by the following package:
called \emph{driver files} in the following.
When |pgfsys.sty| is loaded, it will try to determine which driver
- is used by loading |pgf.cfg|. This file should setup the macro
- |\pgfsysdriver| appropriately. The, |pgfsys.sty| will input the
+ is used by loading |pgf.cfg|. This file should set up the macro
+ |\pgfsysdriver| appropriately. The |pgfsys.sty| will input the
appropriate |pgfsys-|\meta{drivername}|.sty|.
\end{package}
@@ -50,7 +50,7 @@ The system layer is loaded and setup by the following package:
\end{command}
\begin{filedescription}{pgf.cfg}
- This file should setup the command |\pgfsysdriver| correctly. If
+ This file should set up the command |\pgfsysdriver| correctly. If
|\pgfsysdriver| is already set to some value, the driver normally
should not change it. Otherwise, it should make a ``good guess'' at
which driver will be appropriate.