diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2022-10-24 13:42:47 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2022-10-24 17:35:19 -0700 |
commit | a2e4e3489b4fdec6e270c93fcd9724abe983217e (patch) | |
tree | 5e8bce8790f5210d45ff84312dc595bdad4f9cae /gnu/packages/samba.scm | |
parent | 966118da711506b04c11fbfcac9483d59ed2d912 (diff) | |
download | guix-a2e4e3489b4fdec6e270c93fcd9724abe983217e.tar.gz |
gnu: Various typo fixes.
* gnu/packages/emacs-xyz.scm (emacs-popup-kill-ring)[description]: Fix very sneaky "This packages" variant. Thanks to nckhexen! * gnu/packages/bioinformatics.scm (r-icellnet)[description]: Fix use of "allows to". * gnu/packages/check.scm (python-pytest-freezegun)[description]: Ditto. * gnu/packages/linux.scm (tp-smapi-module)[description]: Ditto. * gnu/packages/mail.scm (procmail): Ditto. * gnu/packages/maths.scm (maxima): Ditto. * gnu/packages/samba.scm (wsdd)[description]: Ditto. * gnu/packages/ssh.scm (openssh): Ditto.
Diffstat (limited to 'gnu/packages/samba.scm')
-rw-r--r-- | gnu/packages/samba.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm index 7993b33f8c..fd932db80d 100644 --- a/gnu/packages/samba.scm +++ b/gnu/packages/samba.scm @@ -546,6 +546,6 @@ and IPV6 and the protocols layered above them, such as TCP and UDP.") (synopsis "A Web Service Discovery host daemon") (description "This daemon allows (Samba) hosts to be found by Web Service Dicovery Clients. It also implements the client side of the -discovery protocol which allows to search for devices implementing +discovery protocol which searches for devices implementing WSD.") (license license:expat))) |