]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
Fixed some typos.
authorKarel Slany <karel.slany@nic.cz>
Tue, 26 Jul 2016 08:29:19 +0000 (10:29 +0200)
committerOndřej Surý <ondrej@sury.org>
Thu, 11 Aug 2016 12:06:45 +0000 (14:06 +0200)
modules/cookies/README.rst

index 6252f327d07421f54e6f3b5f216aabdc1d2e6ae3..60aee7f5f9691c92d3fda303c0f7ed059b90652f 100644 (file)
@@ -29,7 +29,7 @@ Example Configuration
        -- queries.)
        cookies.config { client_enabled = true }
 
-       -- Enable server cookie functionliaty. (Handle cookies in inbound
+       -- Enable server cookie functionality. (Handle cookies in inbound
        -- requests.)
        cookies.config { server_enabled = true }
 
@@ -45,7 +45,7 @@ Properties
   :param table configuration: part of cookie configuration to be changed, may be called without parameter
   :return: JSON dictionary containing current configuration
 
-  The function may be called without any parameter. In such case it only returns current configuration. The returned JSON alsao contains available algorithm choices.
+  The function may be called without any parameter. In such case it only returns current configuration. The returned JSON also contains available algorithm choices.
 
 Dependencies
 ^^^^^^^^^^^^