[gnome-software/wip/rancell/reviews] Fix typos
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/rancell/reviews] Fix typos
- Date: Fri, 11 Dec 2015 02:53:30 +0000 (UTC)
commit c88b487617585f4aa125c5c45ffe6518224a38dd
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]