diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-11-13 11:09:54 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-11-13 11:09:54 +0100 |
commit | 3fd242e0970606edd7ae6fb39cda1f551f29939e (patch) | |
tree | b2aa173ed9992ab5900e86dfef98f3d26a5885f0 /gnu/packages/file.scm | |
parent | ceb6b4c2aaa4a83d37db1a6613f7b0e2c4a8f09e (diff) | |
download | patches-3fd242e0970606edd7ae6fb39cda1f551f29939e.tar patches-3fd242e0970606edd7ae6fb39cda1f551f29939e.tar.gz |
gnu: file: Fix typo in description.
* gnu/packages/file.scm (file)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/file.scm')
-rw-r--r-- | gnu/packages/file.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/file.scm b/gnu/packages/file.scm index ccd6f6ff7d..ee7da784f7 100644 --- a/gnu/packages/file.scm +++ b/gnu/packages/file.scm @@ -40,7 +40,7 @@ (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/"))) |