From 874eaf9734cc10940e08f7b043652449e1e220b5 Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Thu, 27 Dec 2018 12:03:00 +0100 Subject: Assorted spelling fixes. Mostly detected with the 'codespell' utility, but also includes some manual grammar fixes. --- internal/exitcodes/exitcodes.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/exitcodes') diff --git a/internal/exitcodes/exitcodes.go b/internal/exitcodes/exitcodes.go index b8173c7..c4e18df 100644 --- a/internal/exitcodes/exitcodes.go +++ b/internal/exitcodes/exitcodes.go @@ -58,7 +58,7 @@ const ( OpenConf = 23 // WriteConf - could not write the gocryptfs.conf WriteConf = 24 - // Profiler - error occoured when trying to write cpu or memory profile or + // Profiler - error occurred when trying to write cpu or memory profile or // execution trace Profiler = 25 // FsckErrors - the filesystem check found errors @@ -68,7 +68,7 @@ const ( // TrezorError - an error was encountered while interacting with a Trezor // device TrezorError = 28 - // ExcludeError - an error occoured while processing "-exclude" + // ExcludeError - an error occurred while processing "-exclude" ExcludeError = 29 ) -- cgit v1.2.3