mirror of
https://github.com/weechat/weechat.git
synced 2026-07-04 00:33:13 +02:00
Fix typo: splited/splitted -> split
This commit is contained in:
@@ -344,7 +344,7 @@ alias_cb (void *data, struct t_gui_buffer *buffer, int argc, char **argv,
|
||||
}
|
||||
}
|
||||
ptr_alias->running = 0;
|
||||
weechat_string_free_splitted_command (commands);
|
||||
weechat_string_free_split_command (commands);
|
||||
}
|
||||
}
|
||||
return WEECHAT_RC_OK;
|
||||
|
||||
Reference in New Issue
Block a user