aboutsummaryrefslogtreecommitdiff
path: root/helix-view
diff options
context:
space:
mode:
authorAlexis Mousset2023-09-10 20:31:12 +0000
committerGitHub2023-09-10 20:31:12 +0000
commit83ac53a1090e90bb36376dcf5713fac8e1cf66fd (patch)
tree642686ff06c6115d9915b7583ae7cf6357063ce4 /helix-view
parent6f3a6575dc9f4f9390cdfa5b56f5a0d182775ca2 (diff)
Fix various typos (#8233)
Diffstat (limited to 'helix-view')
-rw-r--r--helix-view/src/document.rs2
1 files changed, 1 insertions, 1 deletions
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;
}
}