From 83ac53a1090e90bb36376dcf5713fac8e1cf66fd Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Sun, 10 Sep 2023 22:31:12 +0200 Subject: Fix various typos (#8233) --- helix-view/src/document.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-view/src') diff --git a/helix-view/src/document.rs b/helix-view/src/document.rs index 36dbbcb8..bb61eaa6 100644 --- a/helix-view/src/document.rs +++ b/helix-view/src/document.rs @@ -1206,7 +1206,7 @@ impl Document { transaction.changes(), ); if res.is_err() { - log::error!("TS parser failed, disabeling TS for the current buffer: {res:?}"); + log::error!("TS parser failed, disabling TS for the current buffer: {res:?}"); self.syntax = None; } } -- cgit v1.2.3-70-g09d2