From 2bdcee832fe1f03488f104545ce6c0e61679c127 Mon Sep 17 00:00:00 2001 From: Peter Thaleikis Date: Mon, 12 Oct 2020 10:52:55 +0400 Subject: [PATCH] Typo: Programatically -> Programmatically --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80374b9..9f65020 100644 --- a/README.md +++ b/README.md @@ -708,7 +708,7 @@ _Libraries for building network servers._ - [Netty](https://netty.io) - Framework for building high-performance network applications. - [Drift](https://github.com/airlift/drift) - Easy-to-use, annotation-based library for creating Thrift clients and serializable types. - [ServiceTalk](https://github.com/apple/servicetalk) - Framework built on Netty with APIs tailored to specific protocols and support for multiple programming paradigms. -- [sshj](https://github.com/hierynomus/sshj) - Programatically use SSH, SCP or SFTP. +- [sshj](https://github.com/hierynomus/sshj) - Programmatically use SSH, SCP or SFTP. - [TLS Channel](https://github.com/marianobarrios/tls-channel) - Implements a ByteChannel interface over SSLEngine, enabling easy-to-use (socket-like) TLS. - [Undertow](http://undertow.io) - Web server providing both blocking and non-blocking APIs based on NIO. Used as a network layer in WildFly. (LGPL-2.1-only) - [urnlib](https://github.com/slub/urnlib) - Represent, parse and encode URNs, as in RFC 2141. (GPL-3.0-only)