Fix spelling error and typo

This commit is contained in:
Mike Rostermund 2014-11-20 23:49:35 +01:00
parent 942cdf300e
commit b3cc8f75d9
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ get_keymaps(int keylayout, struct xrdp_keymap *keymap)
if (fd != -1)
{
lkeymap = (struct xrdp_keymap *)g_malloc(sizeof(struct xrdp_keymap), 0);
/* make a copy of the build in kaymap */
/* make a copy of the built-in keymap */
g_memcpy(lkeymap, keymap, sizeof(struct xrdp_keymap));
/* clear the keymaps */
g_memset(keymap, 0, sizeof(struct xrdp_keymap));