From 23f5dd915d543090d774a63488d6b294f6e61e95 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Sun, 12 Apr 2020 14:21:18 -0700 Subject: gnu: libasr: Fix grammar of "allows to run" to "runs". * gnu/packages/dns (libasr): Fix grammar. --- gnu/packages/dns.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3