Tiny grammar fixes
authorMurray Cumming <murrayc@murrayc.com>
Wed, 12 Dec 2012 10:25:57 +0000 (11:25 +0100)
committerMurray Cumming <murrayc@murrayc.com>
Wed, 12 Dec 2012 10:26:20 +0000 (11:26 +0100)
src/librygel-server/rygel-item-creator.vala
src/librygel-server/rygel-media-container.vala
src/librygel-server/rygel-media-object.vala
src/plugins/media-export/rygel-media-export-database-cursor.vala

index 5b6750d..69e4d5b 100644 (file)
@@ -263,7 +263,7 @@ internal class Rygel.ItemCreator: GLib.Object, Rygel.StateMachine {
      * search for a container if the caller supplied the "DLNA.ORG_AnyContainer"
      * id.
      *
-     * @return a instance of WritableContainer matching the criteria
+     * @return an instance of WritableContainer matching the criteria
      * @throws ContentDirectoryError for various problems
      */
     private async WritableContainer fetch_container () throws Error {
index da51f8f..23b997a 100644 (file)
@@ -88,7 +88,7 @@ public abstract class Rygel.MediaContainer : MediaObject {
     public uint32 update_id;
     public int64 storage_used;
 
-    // This is a uint32 in UPnP. SystemUpdateID should reach uint32.MAX way
+    // This is an uint32 in UPnP. SystemUpdateID should reach uint32.MAX way
     // before this variable and cause a SystemResetProcedure.
     public int64 total_deleted_child_count;
 
index 59d1a7f..dc4f0b9 100644 (file)
@@ -49,7 +49,7 @@ public abstract class Rygel.MediaObject : GLib.Object {
     // and make the uri property single-value.
     public Gee.ArrayList<string> uris;
 
-    // You can keep both a unowned and owned ref to parent of this MediaObject.
+    // You can keep both an unowned and owned ref to parent of this MediaObject.
     // In most cases, one will only need to keep an unowned ref to avoid cyclic
     // references since usually the parent container will keep refs to child items.
     // However, in some cases, one only wants the parent to exist as long as the
index 6c3f0dc..d305532 100644 (file)
@@ -117,7 +117,7 @@ internal class Rygel.MediaExport.DatabaseCursor : SqliteWrapper {
     // convenience functions for "foreach"
 
     /**
-     * Return a iterator to the cursor to use with foreach
+     * Return an iterator to the cursor to use with foreach
      *
      * @return an iterator wrapping the cursor
      */