[gtk] slicelistmodel: Fix typos in docs



commit f48ed12e78e3dd348fa476433df118937e9b8172
Author: Mohammed Sadiq <sadiq sadiqpk org>
Date:   Sun Oct 7 07:46:58 2018 +0530

    slicelistmodel: Fix typos in docs

 gtk/gtkslicelistmodel.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkslicelistmodel.c b/gtk/gtkslicelistmodel.c
index 2345b2e716..3f6add3d75 100644
--- a/gtk/gtkslicelistmodel.c
+++ b/gtk/gtkslicelistmodel.c
@@ -365,7 +365,7 @@ gtk_slice_list_model_new_for_type (GType item_type)
 /**
  * gtk_slice_list_model_set_model:
  * @self: a #GtkSliceListModel
- * @model: (allow-none): The model to be sliceped
+ * @model: (allow-none): The model to be sliced
  *
  * Sets the model to show a slice of. The model's item type must conform
  * to @self's item type.
@@ -477,7 +477,7 @@ gtk_slice_list_model_get_offset (GtkSliceListModel *self)
  * Sets the maximum size. So @self will never have more items
  * than @size.
  *
- * It can however have fewer items if the offset is to large or
+ * It can however have fewer items if the offset is too large or
  * the model sliced from doesn't have enough items.
  */
 void


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