From e1cabfbf56918ea6cd712fb5f593f1373fa5cc1a Mon Sep 17 00:00:00 2001 From: Jonathan Neidel Date: Sat, 17 Oct 2020 21:56:22 +0200 Subject: [PATCH] Fix typo (#487) depreciated -> deprecated --- eval.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eval.go b/eval.go index c661a92..f7fa7f9 100644 --- a/eval.go +++ b/eval.go @@ -21,11 +21,11 @@ func (e *setExpr) eval(app *app, args []string) { case "anchorfind!": gOpts.anchorfind = !gOpts.anchorfind case "color256": - app.ui.echoerr("option color256 is depreciated") + app.ui.echoerr("option color256 is deprecated") case "nocolor256": - app.ui.echoerr("option nocolor256 is depreciated") + app.ui.echoerr("option nocolor256 is deprecated") case "color256!": - app.ui.echoerr("option color256! is depreciated") + app.ui.echoerr("option color256! is deprecated") case "dircounts": gOpts.dircounts = true case "nodircounts":