]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
Fixed typos.
authorŠtěpán Balážik <stepan.balazik@nic.cz>
Wed, 19 Oct 2016 07:08:27 +0000 (09:08 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 20 Oct 2016 16:45:04 +0000 (18:45 +0200)
modules/version/README.rst
scripts/kresd-query.lua

index 47a740de93780fb8991b4c69f3c6f1892148cd2c..cc8a6e17c84cd928cd3bab4c00ec9ebf5ce8bec5 100644 (file)
@@ -3,7 +3,7 @@
 Version
 -------
 
-Module checks for new version and CVEs_.
+Module checks for new version and CVE_.
 
 Running
 ^^^^^^^
index 4f28390ac05754956326147e13e072277088aba2..c2d54689408b886bbe834dd2e56f8319c4c42c13 100755 (executable)
@@ -23,7 +23,7 @@ local function help()
        name = 'kresd-query.lua'
        print(string.format('Usage: %s [-t type] [-c class] [-C config] <name> <script>', name))
        print('Execute a single-shot query and run a script on the result.')
-       print('There are two variable available: pkt (kres.pkt_t), req (kres.request_t)')
+       print('There are two variables available: pkt (kres.pkt_t), req (kres.request_t)')
        print('See modules README to learn about their APIs.')
        print('')
        print('Options:')