diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2011-05-17 06:11:28 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2011-05-17 06:11:28 +0000 |
| commit | 58995c1e2fb4d87bafed0df03519f2133dbb5814 (patch) | |
| tree | 43276c081fdacc8007c65d7f84c8070274a7a6bd | |
| parent | 7b054efa0be8dbc209c351610fd8152b4de89f99 (diff) | |
| download | rockbox-58995c1e2fb4d87bafed0df03519f2133dbb5814.zip rockbox-58995c1e2fb4d87bafed0df03519f2133dbb5814.tar.gz rockbox-58995c1e2fb4d87bafed0df03519f2133dbb5814.tar.bz2 rockbox-58995c1e2fb4d87bafed0df03519f2133dbb5814.tar.xz | |
Fix a typo that made a macro show up as text. Thanks to fml for noting.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29893 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/rockbox_interface/main.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex index e4de1d6..6c10717 100644 --- a/manual/rockbox_interface/main.tex +++ b/manual/rockbox_interface/main.tex @@ -813,7 +813,7 @@ properly.} to function. \note{Be aware that this button may still perform its normal function, so it is recommended to use a button without harmful side effects, such as - ActionStdUsbCharge{}.} + \ActionStdUsbCharge{}.} } \opt{clipv2,fuzev2,clipplus}{ |