summaryrefslogtreecommitdiff
path: root/ide-rename-symbol.c
diff options
context:
space:
mode:
Diffstat (limited to 'ide-rename-symbol.c')
-rw-r--r--ide-rename-symbol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide-rename-symbol.c b/ide-rename-symbol.c
index 53a6467..e5e30fb 100644
--- a/ide-rename-symbol.c
+++ b/ide-rename-symbol.c
@@ -128,7 +128,7 @@ void rename_symbol_process_lsp_response(Ted *ted, const LSPResponse *response) {
arr_foreach_ptr(data->changes, const LSPWorkspaceChange, change) {
if (change->type == LSP_CHANGE_DELETE && change->data.delete.recursive) {
- ted_error(ted, "refusing to perform rename because it involves a recurisve deletion\n"
+ ted_error(ted, "refusing to perform rename because it involves a recursive deletion\n"
"I'm too scared to go through with this");
goto cleanup;
}