misspell icon indicating copy to clipboard operation
misspell copied to clipboard

Correct commonly misspelled English words in source files

Results 77 misspell issues
Sort by recently updated
recently updated
newest added

* https://goreleaser.com/deprecations#archive

Could this not be made to use any of the (x)spell word lists?

It'd be great if paths defined in `.gitignore` (or possible a dedicated `.mispellignore`) could be ignored, so I can run `misspell *` without the tool venturing into my `node_modules` or...

``` $ echo foo | misspell -f sqlite panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x4daf97] goroutine 1 [running]: log.(*Logger).Output(0x0, 0x2,...

I ran this tool against the Go source: ``` cmd/compile/internal/ssa/compile.go:278:1:warning: "alltime" is a misspelling of "all-time" (misspell) cmd/compile/internal/ssa/compile.go:283:3:warning: "alltime" is a misspelling of "all-time" (misspell) cmd/compile/internal/ssa/compile.go:337:12:warning: "alltime" is a misspelling...