summaryrefslogtreecommitdiff
path: root/manual/advanced_topics/main.tex
diff options
context:
space:
mode:
authorAlex Mayer <magictrick4906@aim.com>2012-10-05 11:19:27 -0400
committerAlex Parker <rockbox@aeparker.com>2012-10-05 17:23:48 +0200
commit6c4395be9425b23c967252ed442e28e68d5bf68c (patch)
tree0a582df0625f6ac8e1610d8d7c04b9a88454a6aa /manual/advanced_topics/main.tex
parent6d2ad505dccda640439b6fa75fb742caf2981e11 (diff)
downloadrockbox-6c4395be9425b23c967252ed442e28e68d5bf68c.tar.gz
rockbox-6c4395be9425b23c967252ed442e28e68d5bf68c.zip
Corrected typo '%Play' with 'Play' on line 407
Change-Id: I19b290c6dd305537746a2f3abeee947cec53aba9 Reviewed-on: http://gerrit.rockbox.org/324 Reviewed-by: Alex Parker <rockbox@aeparker.com>
Diffstat (limited to 'manual/advanced_topics/main.tex')
-rw-r--r--manual/advanced_topics/main.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex
index 60c1b800ba..efd336177c 100644
--- a/manual/advanced_topics/main.tex
+++ b/manual/advanced_topics/main.tex
@@ -404,7 +404,7 @@ For tags with multiple values, like Play status, the conditional can hold a
404list of alternatives, one for each value the tag can have. 404list of alternatives, one for each value the tag can have.
405Example enumeration: 405Example enumeration:
406\begin{example} 406\begin{example}
407 \%?mp{\textless}Stop{\textbar}\%Play{\textbar}Pause{\textbar}Ffwd{\textbar}Rew{\textgreater} 407 \%?mp{\textless}Stop{\textbar}Play{\textbar}Pause{\textbar}Ffwd{\textbar}Rew{\textgreater}
408\end{example} 408\end{example}
409 409
410The last else part is optional, and will be displayed if the tag has no value. 410The last else part is optional, and will be displayed if the tag has no value.