From 7a6263b940838944f7ae7defdbc92fc891b6e79f Mon Sep 17 00:00:00 2001 From: aviau <alexandre@alexandreviau.net> Date: Mon, 27 Jun 2016 15:29:35 +0200 Subject: [PATCH] typo: powerfull ->powerful --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ef0b059..309ba469 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A lightweight C++11 Distributed Hash Table implementation originally based on ht * Light and fast C++11 Kademlia DHT library. * Distributed shared key->value data-store - * Clean and powerfull distributed map API with storage of arbitrary binary values of up to 56 KB. + * Clean and powerful distributed map API with storage of arbitrary binary values of up to 56 KB. * Optional public key cryptography layer providing data signature and encryption (using GnuTLS). * IPv4 and IPv6 support. * Python binding. -- GitLab