summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2011-07-29 14:56:59 +0100
committerSimon McVittie <smcv@debian.org>2011-07-29 14:56:59 +0100
commit201e26f277511adf0fbb67aa39d335f281c6085f (patch)
tree62c207bb898ba308d3f88ecac894d8004a57bd2c /tools
parentfbe6c26af93591f53d7439c810213d846d844d95 (diff)
downloaddbus-201e26f277511adf0fbb67aa39d335f281c6085f.tar.gz
Imported Upstream version 1.4.14upstream/1.4.14
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);