From e1d7459660bf45c96978536b508545d626e8ec0c Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 9 Sep 2024 11:43:23 -0400 Subject: [PATCH] spelling: runtime Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/core/core-eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/core-eval.c b/src/core/core-eval.c index fa9914a01..119f439b4 100644 --- a/src/core/core-eval.c +++ b/src/core/core-eval.c @@ -1620,7 +1620,7 @@ eval_syntax_highlight (const char *text, struct t_eval_context *eval_context) * - ${weechat_data_dir}: WeeChat data directory * - ${weechat_state_dir}: WeeChat state directory * - ${weechat_cache_dir}: WeeChat cache directory - * - ${weechat_runtmie_dir}: WeeChat runtime directory + * - ${weechat_runtime_dir}: WeeChat runtime directory * - ${eval:string}: the evaluated string * - ${eval_cond:string}: the evaluated condition * - ${esc:string} or ${\\string}: the string with escaped chars