summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2008-09-06 11:30:31 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2008-09-06 11:30:31 +0800
commitf11370650438e486c425da5a4c7be08160ff81ab (patch)
treea5254fd457aa75de57d4a1e1f66dabdaf78ea551 /lib
parent9900f05e538e71a0c37b0cfc5eae0c1585ec6486 (diff)
downloadibus-f11370650438e486c425da5a4c7be08160ff81ab.tar.gz
ibus-f11370650438e486c425da5a4c7be08160ff81ab.tar.xz
ibus-f11370650438e486c425da5a4c7be08160ff81ab.zip
Fix a typo.
Diffstat (limited to 'lib')
-rw-r--r--lib/gtk2/ibusimclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gtk2/ibusimclient.c b/lib/gtk2/ibusimclient.c
index c431a5a..6c60dc4 100644
--- a/lib/gtk2/ibusimclient.c
+++ b/lib/gtk2/ibusimclient.c
@@ -375,7 +375,7 @@ _ibus_im_client_ibus_open (IBusIMClient *client)
username = g_strdup (getlogin());
if (username == NULL)
- username = g_strdup (g_getenv("SODO_USER"));
+ username = g_strdup (g_getenv("SUDO_USER"));
if (username == NULL)
username = g_strdup (g_getenv("USERNAME"));
if (username == NULL)