Fix typos/c&p errors.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26993 a1c6a512-1295-4272-9138-f99709370657
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex
index 78cc32d..0ced13c 100644
--- a/manual/advanced_topics/main.tex
+++ b/manual/advanced_topics/main.tex
@@ -312,7 +312,7 @@
 \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 e6d0c82..2b0e932 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 1c0c8bf..32248d2 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 81194a9..bb8fce6 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.