]> git.sesse.net Git - vlc/commitdiff
include/vlc_playlist.h: Typo in comment.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 4 Aug 2007 16:13:39 +0000 (16:13 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 4 Aug 2007 16:13:39 +0000 (16:13 +0000)
include/vlc_playlist.h

index 055f4211cac126c7aebb201d6aecc0f95e4ff158..32ae540f7f7572d544f989129b7f31efe00df035 100644 (file)
@@ -69,7 +69,7 @@ TYPEDEF_ARRAY(input_item_t*, input_item_array_t);
  * it only contains "real" items, not nodes
  * For example, if you open a directory, you will have
  *\verbatim
- * Category tree:               Onevelel tree:
+ * Category tree:               Onelevel tree:
  * Playlist                     Playlist
  *  - Dir                         - item1
  *    - Subdir                    - item2
@@ -93,7 +93,7 @@ TYPEDEF_ARRAY(input_item_t*, input_item_array_t);
  *  - input 1 -> name = foo 1 uri = ...
  *  - input 2 -> name = foo 2 uri = ...
  *
- * Category tree                        Onlevel tree
+ * Category tree                        Onelevel tree
  * - playlist (id 1)                    - playlist (id 3)
  *    - category 1 (id 2)                - foo 2 (id 8 - input 2)
  *      - foo 2 (id 6 - input 2)       - media library (id 4)