Fix typos

This commit is contained in:
Andreas Deininger
2025-10-03 18:47:47 +02:00
parent f99a6846bc
commit a667b740ee
5 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ struct TerminalSplitTreeView: View {
onResize: onResize)
// This is necessary because we can't rely on SwiftUI's implicit
// structural identity to detect changes to this view. Due to
// the tree structure of splits it could result in bad beaviors.
// the tree structure of splits it could result in bad behaviors.
// See: https://github.com/ghostty-org/ghostty/issues/7546
.id(node.structuralIdentity)
}