summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorPeng Huang <shawn.p.huang@gmail.com>2012-02-02 00:28:42 -0500
committerPeng Huang <shawn.p.huang@gmail.com>2012-02-02 00:28:42 -0500
commit185dd51b595bdeedf8d86eb1214466e2de93f5f3 (patch)
tree95eaeadfcff371ecee60f6a6bda917802d9bdceb /client
parent6c777b2d17cbbbf84cddebec0da980374774542b (diff)
Fix typoes and remove Encoding from desktop files.
BUG=None TEST=None Review URL: https://codereview.appspot.com/5618046
Diffstat (limited to 'client')
-rw-r--r--client/x11/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/x11/main.c b/client/x11/main.c
index 58069fc7..65451aba 100644
--- a/client/x11/main.c
+++ b/client/x11/main.c
@@ -303,7 +303,7 @@ _xim_store_ic_values (X11IC *x11ic, IMChangeICStruct *call_data)
}
for (i=0; i< (int) call_data->status_attr_num; ++i, ++sts_attr) {
- LOG (1, "Unkown status attribute: %s", sts_attr->name);
+ LOG (1, "Unknown status attribute: %s", sts_attr->name);
}
return attrs;
@@ -774,7 +774,7 @@ ims_protocol_handler (XIMS xims, IMProtocol *call_data)
LOG (1, "XIM_SYNC_REPLY");
return 0;
default:
- LOG (1, "Unkown (%d)", call_data->major_code);
+ LOG (1, "Unknown (%d)", call_data->major_code);
return 0;
}
}