summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-04-12 12:01:07 -0700
committerVagrant Cascadian <vagrant@debian.org>2020-04-12 12:03:21 -0700
commit01eb17de55247a23d7b069174579f3016295d9b3 (patch)
tree23c606671979b21a3a2feb4fcc323ee2e96708f0
parent507779fdba6513099bf1c55ac0ded1e3008a9533 (diff)
downloadpatches-01eb17de55247a23d7b069174579f3016295d9b3.tar
patches-01eb17de55247a23d7b069174579f3016295d9b3.tar.gz
gnu: ruby-notiffany: Fix spelling of "library".
* gnu/packages/ruby (ruby-notiffany): Fix typos.
-rw-r--r--gnu/packages/ruby.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index a31f177349..4d6d323442 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1771,8 +1771,8 @@ the output produced by running shell commands.")
("ruby-nenv" ,ruby-nenv)))
(native-inputs
`(("bundler" ,bundler)))
- (synopsis "Wrapper libray for notification libraries")
- (description "Notiffany is a Ruby wrapper libray for notification
+ (synopsis "Wrapper library for notification libraries")
+ (description "Notiffany is a Ruby wrapper library for notification
libraries such as Libnotify.")
(home-page "https://github.com/guard/notiffany")
(license license:expat)))