changeset 26:a8d8fba520ec

fix some typos
author Guido Berhoerster <gber@opensuse.org>
date Tue, 15 Nov 2011 11:46:58 +0100
parents bae8a7e20382
children ed1457a4e2c8
files pkui-backend.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/pkui-backend.c	Mon Nov 14 20:58:07 2011 +0100
+++ b/pkui-backend.c	Tue Nov 15 11:46:58 2011 +0100
@@ -59,7 +59,7 @@
 	LAST_SIGNAL
 };
 
-static guint	pkui_backend_signals[LAST_SIGNAL] = { 0, };
+static guint	pkui_backend_signals[LAST_SIGNAL] = { 0 };
 
 static gboolean periodic_check(gpointer data);
 
@@ -190,7 +190,7 @@
 	    pspec);
 
 	pspec = g_param_spec_uint("startup-delay", "Startup delay",
-	    "Initial delay in second before the first check for new package "
+	    "Initial delay in seconds before the first check for new package "
 	    "updates", 0, G_MAXUINT, 60,
 	    G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY);
 	g_object_class_install_property(gobject_class, PROP_STARTUP_DELAY,