From 41235c1e81385dd01dcc71f36d44e09ecc19a65e Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sun, 6 Feb 2022 10:51:13 -0500 Subject: [PATCH] typofix --- internal/pkg/auxents/repl/verbs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pkg/auxents/repl/verbs.go b/internal/pkg/auxents/repl/verbs.go index 0eddf396a..5b703d5bf 100644 --- a/internal/pkg/auxents/repl/verbs.go +++ b/internal/pkg/auxents/repl/verbs.go @@ -829,7 +829,7 @@ func usageResetBlocks(repl *Repl) { fmt.Println(":resetblocks with no arguments clears out all begin, main, and end blocks that have been loaded.") fmt.Println(":resetblocks begin clears out begin blocks.") fmt.Println(":resetblocks main clears out main-block statements.") - fmt.Println(":resetblocks end clears out begin blocks.") + fmt.Println(":resetblocks end clears out end blocks.") } func handleResetBlocks(repl *Repl, args []string) bool {