Katherine Cox-Buday writes: > * gnu/packages/golang.scm (misspell): New variable. > --- > gnu/packages/golang.scm | 29 +++++++++++++++++++++++++++++ > 1 file changed, 29 insertions(+) ... > + (synopsis "Install") > + (description > + "Package misspell corrects commonly misspelled English words in source files.") I've changed this to: (synopsis "Correct commonly misspelled English words in source files") (description "misspell assists with correcting commonly misspelled English words in source files. A neutral variety of English is used by default, but a US or UK locale can be selected.")