From 1c742426ed404414cfaf602ef2745a1c941c2782 Mon Sep 17 00:00:00 2001
From: Rob Watson <rob@netflux.io>
Date: Sat, 5 Apr 2025 21:41:03 +0200
Subject: [PATCH] chore: fix typo

---
 internal/terminal/terminal_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/internal/terminal/terminal_test.go b/internal/terminal/terminal_test.go
index efcf07e..3f50674 100644
--- a/internal/terminal/terminal_test.go
+++ b/internal/terminal/terminal_test.go
@@ -70,7 +70,7 @@ func TestRightPad(t *testing.T) {
 			want:  "foo   ",
 		},
 		{
-			name:  "string with equal lenth to required width",
+			name:  "string with length equal to required width",
 			input: "foobar",
 			want:  "foobar",
 		},