summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-07-28 11:32:46 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-07-28 11:32:46 +0100
commit0d7318ccc72b0b984a3a27e71eb5e9a3919ff3bb (patch)
tree8fa155622189aac14dc06d0b34dd2521181bffb8 /tools
parent2121ff07d5e180e5537418c8d0e69d59eafefdfc (diff)
parent4335a092804ba376802ea6918cc56044e69a080b (diff)
Merge branch 'dbus-1.4'
Diffstat (limited to 'tools')
-rw-r--r--tools/dbus-launch-x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dbus-launch-x11.c b/tools/dbus-launch-x11.c
index 0f344abe..c7e33309 100644
--- a/tools/dbus-launch-x11.c
+++ b/tools/dbus-launch-x11.c
@@ -248,7 +248,7 @@ init_x_atoms (Display *display)
user = getpwuid (getuid ());
if (user == NULL)
{
- verbose ("Could not determine the user informations; aborting X11 integration.\n");
+ verbose ("Could not determine user information; aborting X11 integration.\n");
return FALSE;
}
user_name = xstrdup(user->pw_name);