diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-07-28 11:32:46 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2011-07-28 11:32:46 +0100 |
commit | 0d7318ccc72b0b984a3a27e71eb5e9a3919ff3bb (patch) | |
tree | 8fa155622189aac14dc06d0b34dd2521181bffb8 /tools | |
parent | 2121ff07d5e180e5537418c8d0e69d59eafefdfc (diff) | |
parent | 4335a092804ba376802ea6918cc56044e69a080b (diff) | |
download | dbus-0d7318ccc72b0b984a3a27e71eb5e9a3919ff3bb.tar.gz |
Merge branch 'dbus-1.4'
Diffstat (limited to 'tools')
-rw-r--r-- | tools/dbus-launch-x11.c | 2 |
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); |