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>
This commit is contained in:
Alex Mayer 2012-10-05 11:19:27 -04:00 committed by Alex Parker
parent 6d2ad505dc
commit 6c4395be94

View File

@ -404,7 +404,7 @@ For tags with multiple values, like Play status, the conditional can hold a
list of alternatives, one for each value the tag can have. list of alternatives, one for each value the tag can have.
Example enumeration: Example enumeration:
\begin{example} \begin{example}
\%?mp{\textless}Stop{\textbar}\%Play{\textbar}Pause{\textbar}Ffwd{\textbar}Rew{\textgreater} \%?mp{\textless}Stop{\textbar}Play{\textbar}Pause{\textbar}Ffwd{\textbar}Rew{\textgreater}
\end{example} \end{example}
The last else part is optional, and will be displayed if the tag has no value. The last else part is optional, and will be displayed if the tag has no value.