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/plugins/plugin.c | |
parent | 3464865a000c70b54bc9332d66944855294a128f (diff) | |
download | weechat-e3d2728571be0b56dc67253137366d96e3e7282a.zip |
Fix typo: splited/splitted -> split
Diffstat (limited to 'src/plugins/plugin.c')
-rw-r--r-- | src/plugins/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/plugin.c b/src/plugins/plugin.c index 7fbd320ce..96407749f 100644 --- a/src/plugins/plugin.c +++ b/src/plugins/plugin.c @@ -368,7 +368,7 @@ plugin_load (const char *filename) new_plugin->string_free_exploded = &string_free_exploded; new_plugin->string_build_with_exploded = &string_build_with_exploded; new_plugin->string_split_command = &string_split_command; - new_plugin->string_free_splitted_command = &string_free_splitted_command; + new_plugin->string_free_split_command = &string_free_split_command; new_plugin->string_format_size = &string_format_size; new_plugin->string_remove_color = &gui_color_decode; |