diff --git a/modules/email/mu4e/README.org b/modules/email/mu4e/README.org index 78df081a8..b5b1fa89f 100644 --- a/modules/email/mu4e/README.org +++ b/modules/email/mu4e/README.org @@ -260,7 +260,7 @@ If you have completely lost your install then you can use this handy command! #+BEGIN_SRC shell find / -type d -iname '*mu4e*' -# I reccomend rerouting all of the error to /dev/null +# I recommend rerouting all of the errors to /dev/null find / -type d -iname '*mu4e*' 2> /dev/null #+END_SRC