fix language


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3115 a1c6a512-1295-4272-9138-f99709370657
diff --git a/docs/NODO b/docs/NODO
index aa6424b..b607d56 100644
--- a/docs/NODO
+++ b/docs/NODO
@@ -6,7 +6,7 @@
 A2. The recording hardware (the MAS) does not allow us to do this.
 
 Q3. Crossfade between tracks!
-A3. Crossfading would require two mp3 decorders, and we only have one. This
+A3. Crossfading would require two mp3 decoders, and we only have one. This
     is not possible.
 
 Q4. Interfacing with other USB devices (like cameras) or 2 player games over
@@ -21,8 +21,9 @@
     strictly made for disk-access and does not allow us to play with it the
     way we'd need for any good communication to work.
 
-Q5. Support MP3pro and WMA playback!
-A5. The mp3-decoding hardware cannot do this.
+Q5. Support MP3pro, WMA or other sound format playback!
+A5. The mp3-decoding hardware can only play MP3. We cannot make it play other
+    sound formats.
 
 Q6. Converting OGG->MP3
 A6. The mp3-decoding hardware cannot decode ogg. It can be reprogrammed, but
@@ -64,4 +65,4 @@
 A11. The MP3 encoding hardware does not allow this.
 
 Q12. Change tempo of a song without changing pitch!
-A12. The MP3 decoding hardwar does now allow this.
+A12. The MP3 decoding hardware does now allow this.