branch: elpa/buttercup
commit 86f493555e0c395cfcb54841815a8473f5f5698e
Author: Jimmy Yuen Ho Wong <wyue...@users.noreply.github.com>
Commit: GitHub <nore...@github.com>

    fix typo
---
 bin/buttercup     | 2 +-
 bin/buttercup.bat | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/buttercup b/bin/buttercup
index 2230e84396..b5156b1df6 100755
--- a/bin/buttercup
+++ b/bin/buttercup
@@ -38,7 +38,7 @@ Buttercup options:
 --no-skip               Do not print the descriptions for tests that
                           are filtered out with "--pattern" or disabled
                           with "xit". Tests skipped wiath "assume" will
-                          still be priuted,
+                          still be printed,
 
 --only-error            Only print failed tests and their containing suites.
                           Implies "--no-skip".
diff --git a/bin/buttercup.bat b/bin/buttercup.bat
index 108c910393..dcd8639cb4 100644
--- a/bin/buttercup.bat
+++ b/bin/buttercup.bat
@@ -42,7 +42,7 @@ echo.
 echo --no-skip               Do not print the descriptions for tests that
 echo                           are filtered out with "--pattern" or disabled
 echo                           with "xit". Tests skipped wiath "assume" will
-echo                           still be priuted,
+echo                           still be printed,
 echo.
 echo --only-error            Only print failed tests and their containing 
suites.
 echo                           Implies "--no-skip".

Reply via email to