# HG changeset patch # User Guido Berhoerster # Date 1321354018 -3600 # Node ID a8d8fba520ec83164f31e3dbdbfa60ee604d8700 # Parent bae8a7e2038267cc375c687fb6f339e9bccbe747 fix some typos diff -r bae8a7e20382 -r a8d8fba520ec pkui-backend.c --- 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,