diff options
| author | Nils Wallménius <nils@rockbox.org> | 2006-09-09 10:04:54 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2006-09-09 10:04:54 +0000 |
| commit | c84b008676b28044715be581b89cd2e57e1744c4 (patch) | |
| tree | 0d992b9b1937dca7742c63e7bbae9964427864d7 | |
| parent | 99b47992fca6167b75fc4fe32294a9b616e7f436 (diff) | |
| download | rockbox-c84b008676b28044715be581b89cd2e57e1744c4.zip rockbox-c84b008676b28044715be581b89cd2e57e1744c4.tar.gz rockbox-c84b008676b28044715be581b89cd2e57e1744c4.tar.bz2 rockbox-c84b008676b28044715be581b89cd2e57e1744c4.tar.xz | |
Fix typo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10906 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/platform/h10.tex | 2 | ||||
| -rw-r--r-- | manual/platform/h10_5gb.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/manual/platform/h10.tex b/manual/platform/h10.tex index 4135780..3cc53bb 100644 --- a/manual/platform/h10.tex +++ b/manual/platform/h10.tex @@ -56,5 +56,5 @@ \newcommand{\ActionWpsContext}{\ButtonRight} \newcommand{\ActionWpsBrowse}{\ButtonLeft} \newcommand{\ActionWpsPitchScreen}{\ButtonPlay+\ButtonLeft} -\newcommand{\AdtionWpsIdThreeScreen}{\ButtonPlay+\ButtonRight} +\newcommand{\ActionWpsIdThreeScreen}{\ButtonPlay+\ButtonRight} diff --git a/manual/platform/h10_5gb.tex b/manual/platform/h10_5gb.tex index 5048e14..347ae97 100644 --- a/manual/platform/h10_5gb.tex +++ b/manual/platform/h10_5gb.tex @@ -56,5 +56,5 @@ \newcommand{\ActionWpsContext}{\ButtonRight} \newcommand{\ActionWpsBrowse}{\ButtonLeft} \newcommand{\ActionWpsPitchScreen}{\ButtonPlay+\ButtonLeft} -\newcommand{\AdtionWpsIdThreeScreen}{\ButtonPlay+\ButtonRight} +\newcommand{\ActionWpsIdThreeScreen}{\ButtonPlay+\ButtonRight} |