diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-04-24 17:24:56 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-04-24 17:24:56 +0200 |
commit | e3d2728571be0b56dc67253137366d96e3e7282a (patch) | |
tree | 298f5f9896373ac2a73c2eb61e38eae43eb72a17 /src/core/wee-command.c | |
parent | 3464865a000c70b54bc9332d66944855294a128f (diff) | |
download | weechat-e3d2728571be0b56dc67253137366d96e3e7282a.zip |
Fix typo: splited/splitted -> split
Diffstat (limited to 'src/core/wee-command.c')
-rw-r--r-- | src/core/wee-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index a67dc8b60..6beb4c185 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -4033,7 +4033,7 @@ command_startup (int plugins_loaded) { input_data (weechat_buffer, *ptr_cmd); } - string_free_splitted_command (commands); + string_free_split_command (commands); } } } |