[rygel] core: Fix offet -> offset typos in valadoc
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] core: Fix offet -> offset typos in valadoc
- Date: Tue, 3 Jul 2012 07:57:31 +0000 (UTC)
commit 361f1f4a03b31309171a5806086a05439e1c923b
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Jun 26 16:20:00 2012 +0200
core: Fix offet -> offset typos in valadoc
src/librygel-core/rygel-media-container.vala | 2 +-
src/librygel-core/rygel-searchable-container.vala | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/librygel-core/rygel-media-container.vala b/src/librygel-core/rygel-media-container.vala
index faa84b2..5cbd359 100644
--- a/src/librygel-core/rygel-media-container.vala
+++ b/src/librygel-core/rygel-media-container.vala
@@ -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
*
diff --git a/src/librygel-core/rygel-searchable-container.vala b/src/librygel-core/rygel-searchable-container.vala
index 8934e6f..faf2868 100644
--- a/src/librygel-core/rygel-searchable-container.vala
+++ b/src/librygel-core/rygel-searchable-container.vala
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]