[glib] gapplication: Fix typo in property
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] gapplication: Fix typo in property
- Date: Fri, 15 Apr 2011 18:58:30 +0000 (UTC)
commit 78203f369977b797116c9fc3b2c72a56c55db656
Author: Colin Walters <walters verbum org>
Date: Thu Apr 14 16:03:18 2011 -0400
gapplication: Fix typo in property
gio/gapplication.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gapplication.c b/gio/gapplication.c
index f3e0d95..2f83157 100644
--- a/gio/gapplication.c
+++ b/gio/gapplication.c
@@ -558,7 +558,7 @@ g_application_class_init (GApplicationClass *class)
g_object_class_install_property (object_class, PROP_INACTIVITY_TIMEOUT,
g_param_spec_uint ("inactivity-timeout",
P_("Inactivity timeout"),
- P_("Iime (ms) to stay alive after becoming idle"),
+ P_("Time (ms) to stay alive after becoming idle"),
0, G_MAXUINT, 0,
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]