From 17f9dfce7ef3e1cfffe58979d78e42cceec5918d Mon Sep 17 00:00:00 2001
From: Ivan Tham <pickfire@riseup.net>
Date: Tue, 20 Jul 2021 19:33:00 +0800
Subject: [PATCH] Fix typo

---
 helix-view/src/tree.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helix-view/src/tree.rs b/helix-view/src/tree.rs
index 6d5be390..576f64f0 100644
--- a/helix-view/src/tree.rs
+++ b/helix-view/src/tree.rs
@@ -1,7 +1,7 @@
 use crate::{graphics::Rect, View, ViewId};
 use slotmap::HopSlotMap;
 
-// the dimensions are recomputed on windo resize/tree change.
+// the dimensions are recomputed on window resize/tree change.
 //
 #[derive(Debug)]
 pub struct Tree {