From 26dd5d9ddad732edf845f51cb12ad22850e647bb Mon Sep 17 00:00:00 2001 From: Michael Newman Date: Mon, 27 Jul 2026 14:57:58 -0400 Subject: [PATCH] Fix typo --- test/test_helper.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_helper.bash b/test/test_helper.bash index 9df7a1ce..30c04629 100644 --- a/test/test_helper.bash +++ b/test/test_helper.bash @@ -35,7 +35,7 @@ setup() { unset xdg_var # Workaround for Powershell. When tests are run from a terminal, - # and running a script fron a here-document, + # and running a script from a here-document, # Powershell 7.5.4 erroneously prints ANSI escape sequences # even if its output is redirected, breaking the comparison logic export NO_COLOR=1