core: Fix offet -> offset typos in valadoc
authorMurray Cumming <murrayc@murrayc.com>
Tue, 26 Jun 2012 14:20:00 +0000 (16:20 +0200)
committerJens Georg <mail@jensge.org>
Tue, 3 Jul 2012 07:53:50 +0000 (09:53 +0200)
src/librygel-core/rygel-media-container.vala
src/librygel-core/rygel-searchable-container.vala

index faa84b2..5cbd359 100644 (file)
@@ -104,7 +104,7 @@ public abstract class Rygel.MediaContainer : MediaObject {
     /**
      * Fetches the list of media objects directly under this container.
      *
-     * @param offet zero-based index of the first item to return
+     * @param offset zero-based index of the first item to return
      * @param max_count maximum number of objects to return
      * @param cancellable optional cancellable for this operation
      *
index 8934e6f..faf2868 100644 (file)
@@ -34,7 +34,7 @@ public interface Rygel.SearchableContainer : MediaContainer {
      * expression in this container.
      *
      * @param expression the search expression or null for wildcard
-     * @param offet zero-based index of the first object to return
+     * @param offset zero-based index of the first object to return
      * @param max_count maximum number of objects to return
      * @param total_matches sets it to the actual number of objects that satisfy
      * @param cancellable optional cancellable for this operation.
@@ -54,7 +54,7 @@ public interface Rygel.SearchableContainer : MediaContainer {
      * container.
      *
      * @param expression the search expression or `null` for wildcard
-     * @param offet zero-based index of the first object to return
+     * @param offset zero-based index of the first object to return
      * @param max_count maximum number of objects to return
      * @param total_matches sets it to the actual number of objects that satisfy
      *                      the given search expression. If it is not possible