gnu: file: Fix typo in description.

* gnu/packages/file.scm (file)[description]: Fix typo.
This commit is contained in:
Ludovic Courtès 2014-11-13 11:09:54 +01:00
parent ceb6b4c2aa
commit 3fd242e097

View file

@ -40,7 +40,7 @@ (define-public file
(description
"The file command is a file type guesser, a command-line tool that tells
you in words what kind of data a file contains. It does not rely on filename
extentions to tell you the type of a file, but looks at the actual contents
extensions to tell you the type of a file, but looks at the actual contents
of the file.")
(license bsd-2)
(home-page "http://www.darwinsys.com/file/")))