diff options
| author | Sebastian Lackner | 2018-12-27 12:03:00 +0100 | 
|---|---|---|
| committer | rfjakob | 2018-12-27 15:19:55 +0100 | 
| commit | 874eaf9734cc10940e08f7b043652449e1e220b5 (patch) | |
| tree | 1d58848741a2a78426b412fab51b22ee997d9f12 /internal/exitcodes | |
| parent | 4c2ff26457471cd36b25c29fb3f982b27002ce3c (diff) | |
Assorted spelling fixes.
Mostly detected with the 'codespell' utility, but also includes some
manual grammar fixes.
Diffstat (limited to 'internal/exitcodes')
| -rw-r--r-- | internal/exitcodes/exitcodes.go | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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  ) | 
