summaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/advanced_topics/main.tex2
-rw-r--r--manual/advanced_topics/viewports/colour-vp-syntax.tex2
-rw-r--r--manual/advanced_topics/viewports/grayscale-vp-syntax.tex2
-rw-r--r--manual/advanced_topics/viewports/mono-vp-syntax.tex2
4 files changed, 4 insertions, 4 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex
index 78cc32d90d..0ced13c5f7 100644
--- a/manual/advanced_topics/main.tex
+++ b/manual/advanced_topics/main.tex
@@ -312,7 +312,7 @@ and the WPS, but you can use multiple fonts in each of the individual screens.\\
\config{\%Fl(`id',filename)}
\begin{itemize}
- \item `id' is the number you want to use in viewport declerations, 0 and 1
+ \item `id' is the number you want to use in viewport declarations, 0 and 1
are reserved and so can't be used.
\item `filename' is the font filename to load. Fonts should be stored in
\fname{/.rockbox/fonts/}
diff --git a/manual/advanced_topics/viewports/colour-vp-syntax.tex b/manual/advanced_topics/viewports/colour-vp-syntax.tex
index e6d0c82cf8..2b0e932af7 100644
--- a/manual/advanced_topics/viewports/colour-vp-syntax.tex
+++ b/manual/advanced_topics/viewports/colour-vp-syntax.tex
@@ -5,7 +5,7 @@
\begin{itemize}
\item `fgcolour' and `bgcolour' are 6-digit RGB888 colours, e.g. FF00FF.
\item `font' is a number: 0 is the built-in system font, 1 is the
- current menu font, and 2-9 are additional are skin loaded fonts (see
+ current menu font, and 2-9 are additional skin loaded fonts (see
\reference{ref:multifont}).
\item Only the coordinates \emph{have} to be specified. Leaving the other
definitions blank will set them to their default values.
diff --git a/manual/advanced_topics/viewports/grayscale-vp-syntax.tex b/manual/advanced_topics/viewports/grayscale-vp-syntax.tex
index 1c0c8bf532..32248d275e 100644
--- a/manual/advanced_topics/viewports/grayscale-vp-syntax.tex
+++ b/manual/advanced_topics/viewports/grayscale-vp-syntax.tex
@@ -6,7 +6,7 @@
\item `fgshade' and `bgshade' are numbers in the range 0 (= black) to 3
(= white).
\item `font' is a number: 0 is the built-in system font, 1 is the
- current menu font, and 2-9 are additional are skin loaded fonts (see
+ current menu font, and 2-9 are additional skin loaded fonts (see
\reference{ref:multifont}).
\item Only the coordinates \emph{have} to be specified. Leaving the other
definitions blank will set them to their default values.
diff --git a/manual/advanced_topics/viewports/mono-vp-syntax.tex b/manual/advanced_topics/viewports/mono-vp-syntax.tex
index 81194a99d0..bb8fce64da 100644
--- a/manual/advanced_topics/viewports/mono-vp-syntax.tex
+++ b/manual/advanced_topics/viewports/mono-vp-syntax.tex
@@ -4,7 +4,7 @@
\begin{itemize}
\item `font' is a number: 0 is the built-in system font, 1 is the
- current menu font, and 2-9 are additional are skin loaded fonts (see
+ current menu font, and 2-9 are additional skin loaded fonts (see
\reference{ref:multifont}).
\item Only the coordinates \emph{have} to be specified. Leaving the other
definitions blank will set them to their default values.