[gnome-software/wip/temp/ubuntu-xenial-rebased: 2/326] Fix typos



commit 2f196e509a795867a8c26ceaf7a7989565a38b88
Author: Robert Ancell <robert ancell canonical com>
Date:   Fri Dec 11 15:52:49 2015 +1300

    Fix typos

 src/gs-app-review.h  |    2 +-
 src/gs-app-reviews.c |    6 ++----
 2 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/src/gs-app-review.h b/src/gs-app-review.h
index 65ad238..e9e2566 100644
--- a/src/gs-app-review.h
+++ b/src/gs-app-review.h
@@ -58,7 +58,7 @@ void           gs_app_review_set_date                 (GsAppReview    *review,
                                                 guint64        date);
 
 void            gs_app_review_set_is_useful                    (GsAppReview    *review,
-                                                gboolen        is_useful);
+                                                gboolean       is_useful);
 
 void            gs_app_review_mark_innapropriate                       (GsAppReview    *review);
 
diff --git a/src/gs-app-reviews.c b/src/gs-app-reviews.c
index 7868285..d148039 100644
--- a/src/gs-app-reviews.c
+++ b/src/gs-app-reviews.c
@@ -35,17 +35,15 @@ G_DEFINE_TYPE (GsAppReviews, gs_app_reviews, G_TYPE_OBJECT)
  * @klass: The GsAppReviewClass
  **/
 static void
-gs_app_reviews_class_init (GsAppReviewClass *klass)
+gs_app_reviews_class_init (GsAppReviewsClass *klass)
 {
-       GParamSpec *pspec;
-       GObjectClass *object_class = G_OBJECT_CLASS (klass);
 }
 
 /**
  * gs_app_reviews_init:
  **/
 static void
-gs_app_review_init (GsAppReviews *reviews)
+gs_app_reviews_init (GsAppReviews *reviews)
 {
 }
 


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