diff options
author | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2014-03-03 10:27:24 +0100 |
---|---|---|
committer | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2014-03-03 10:27:24 +0100 |
commit | ad7f295f0c91b146a8909263e223690314c9b052 (patch) | |
tree | b3c0dde76ea4c223cfbe6f9781e288b5a7f5f25c | |
parent | 15c904d6589a731773e4b765a91ac481d92e142c (diff) | |
download | ratpoison-ad7f295f0c91b146a8909263e223690314c9b052.zip |
Fix a typo in a comment.
-rw-r--r-- | src/actions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions.c b/src/actions.c index c15e21b..eb800f8 100644 --- a/src/actions.c +++ b/src/actions.c @@ -714,7 +714,7 @@ initialize_default_keybindings (void) top = keymap_new (defaults.top_kmap); list_add (&top->node, &rp_keymaps); - /* Initialive the alias list. */ + /* Initialize the alias list. */ alias_list_size = 5; alias_list_last = 0; alias_list = xmalloc (sizeof (alias_t) * alias_list_size); |