[rygel] tracker: Correct a typo



commit fb15046d093eb139a9acef44cdb8370f0af41120
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Thu Dec 10 20:16:27 2009 +0200

    tracker: Correct a typo

 .../tracker/rygel-tracker-root-container.vala      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/tracker/rygel-tracker-root-container.vala b/src/plugins/tracker/rygel-tracker-root-container.vala
index 3fefaa0..6b2c919 100644
--- a/src/plugins/tracker/rygel-tracker-root-container.vala
+++ b/src/plugins/tracker/rygel-tracker-root-container.vala
@@ -34,7 +34,7 @@ public class Rygel.TrackerRootContainer : Rygel.SimpleContainer {
         base.root (title);
 
         this.add_child (new TrackerMusic ("14", this, "Music"));
-        this.add_child (new TrackerVideos ("15", this, "Vidoes"));
+        this.add_child (new TrackerVideos ("15", this, "Videos"));
         this.add_child (new TrackerPictures ("16", this, "Pictures"));
     }
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]