diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 14:21:18 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 14:23:11 -0700 |
commit | 23f5dd915d543090d774a63488d6b294f6e61e95 (patch) | |
tree | 7e5f06900d0f61ca40eadcbe7c4a1f0b596fd595 /gnu | |
parent | 132c50b0e12682f7fdacf8f0d9965445cfe8b691 (diff) |
gnu: libasr: Fix grammar of "allows to run" to "runs".
* gnu/packages/dns (libasr): Fix grammar.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/dns.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index cc9dc28391..af45ec2a82 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -305,7 +305,7 @@ the two.") (synopsis "Asynchronous resolver library by the OpenBSD project") (description "libasr is a free, simple and portable asynchronous resolver library. -It allows to run DNS queries and perform hostname resolutions in a fully +It runs DNS queries and performs hostname resolution in a fully asynchronous fashion.") (license (list license:isc license:bsd-2 ; last part of getrrsetbyname_async.c |