summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-07-09 16:43:36 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-07-09 19:57:39 +0200
commit87fd44b0cff8c964b31967f0e0f2d659e52270f3 (patch)
treeb72b73216bec07dbfcfda3a014dd3308d48567bf /gnu
parente892b9c3dc7915b77e7aa56a066dfdc856a7d69b (diff)
gnu: go-github-com-rifflock-lfshook: Fix typo in description.
* gnu/packages/golang.scm (go-github-com-rifflock-lfshook)[description]: Fix typo.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index c0d4b0abf9..58d6b00fc4 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1536,7 +1536,7 @@ compatible with the standard library logger.")
(home-page "https://github.com/rifflock/lfshook")
(synopsis "Local File System hook for Logrus logger")
(description "This package provides a hook for Logrus to write directly to
-a file on the filesystem. The log levels are dynamic at instantiation of the
+a file on the file system. The log levels are dynamic at instantiation of the
hook, so it is capable of logging at some or all levels.")
(license license:expat)))