Change "drection" to "direction" in the mpris /Player schema

This commit is contained in:
David Sansome 2011-04-19 19:22:58 +00:00
parent 6841e183d3
commit 2f88d8b355
1 changed files with 2 additions and 2 deletions

View File

@ -70,11 +70,11 @@
<!-- NB: Amarok extensions to the mpris spec -->
<method name="VolumeUp">
<arg type="i" drection="in"/>
<arg type="i" direction="in"/>
</method>
<method name="VolumeDown">
<arg type="i" drection="in"/>
<arg type="i" direction="in"/>
</method>
<method name="Mute">