summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-06-08 11:51:25 -0700
committerGarrett D'Amore <garrett@damore.org>2018-06-08 11:51:25 -0700
commita43e6170bdc97a27602d7a75afcbb37e9d4e69e1 (patch)
treef8a3f64404d0aea5ac619b295573d110468abb9f
parentad927e22d39ee61454c644d5c226fded8699d033 (diff)
downloadnng-a43e6170bdc97a27602d7a75afcbb37e9d4e69e1.tar.gz
nng-a43e6170bdc97a27602d7a75afcbb37e9d4e69e1.tar.bz2
nng-a43e6170bdc97a27602d7a75afcbb37e9d4e69e1.zip
Fix spelling errors in README.
-rw-r--r--README.adoc10
-rw-r--r--README.html10
2 files changed, 10 insertions, 10 deletions
diff --git a/README.adoc b/README.adoc
index db63cf90..930fbc0c 100644
--- a/README.adoc
+++ b/README.adoc
@@ -7,7 +7,7 @@ endif::[]
// Note: This README is optimized for display with Asciidoctor, or
// on the github status page. An HTML version is in the same directory
// and may be more pleasantly formatted for human readers (when opened
-// in a browswer).
+// in a browser).
// Note: If you're updating this file, don't forget to re-run asciidoctor
// to update the aforementioned HTML file!
@@ -32,11 +32,11 @@ It may help to think of this as "nanomsg-next-generation".
== NNG: Lightweight Messaging Library
NNG, like its predecessors http://nanomsg.org[nanomsg] (and to some extent
-http://zeromq.org/[ZeroMQ]), is a lightweight, brokerless library,
+http://zeromq.org/[ZeroMQ]), is a lightweight, broker-less library,
offering a simple API to solve common recurring messaging problems,
such as publish/subscribe, RPC-style request/reply, or service discovery.
The API frees the programmer from worrying about details like connection
-management, retries, and other comomon considerations, so that they
+management, retries, and other common considerations, so that they
can focus on the application instead of the plumbing.
NNG is implemented in C, requiring only C99 and CMake to build.
@@ -86,7 +86,7 @@ concurrent applications vastly simpler than previously possible.
== Compatibility
-This project offers both wire compatibility and API compability,
+This project offers both wire compatibility and API compatibility,
so most nanomsg users can begin using NNG right away.
Existing nanomsg and github.com/go-mangos/mangos[mangos] applications
@@ -125,7 +125,7 @@ system (pass "-G Ninja" to CMake) when you can.
blindingly fast and has made our lives as developers measurably better.)
If you want to build with TLS support you will also need
-https://tls.mbed.org[mbedTLS]. Seee <<docs/BUILD_TLS.adoc#>> for details.
+https://tls.mbed.org[mbedTLS]. See <<docs/BUILD_TLS.adoc#>> for details.
== Quick Start
diff --git a/README.html b/README.html
index f2d99b5c..785b9c76 100644
--- a/README.html
+++ b/README.html
@@ -468,11 +468,11 @@ compatibility with the original.</p>
<div class="sectionbody">
<div class="paragraph">
<p>NNG, like its predecessors <a href="http://nanomsg.org">nanomsg</a> (and to some extent
-<a href="http://zeromq.org/">ZeroMQ</a>), is a lightweight, brokerless library,
+<a href="http://zeromq.org/">ZeroMQ</a>), is a lightweight, broker-less library,
offering a simple API to solve common recurring messaging problems,
such as publish/subscribe, RPC-style request/reply, or service discovery.
The API frees the programmer from worrying about details like connection
-management, retries, and other comomon considerations, so that they
+management, retries, and other common considerations, so that they
can focus on the application instead of the plumbing.</p>
</div>
<div class="paragraph">
@@ -574,7 +574,7 @@ concurrent applications vastly simpler than previously possible.</p>
<h2 id="_compatibility">Compatibility</h2>
<div class="sectionbody">
<div class="paragraph">
-<p>This project offers both wire compatibility and API compability,
+<p>This project offers both wire compatibility and API compatibility,
so most nanomsg users can begin using NNG right away.</p>
</div>
<div class="paragraph">
@@ -627,7 +627,7 @@ blindingly fast and has made our lives as developers measurably better.)</p>
</div>
<div class="paragraph">
<p>If you want to build with TLS support you will also need
-<a href="https://tls.mbed.org">mbedTLS</a>. Seee <a href="docs/BUILD_TLS.html">docs/BUILD_TLS.html</a> for details.</p>
+<a href="https://tls.mbed.org">mbedTLS</a>. See <a href="docs/BUILD_TLS.html">docs/BUILD_TLS.html</a> for details.</p>
</div>
</div>
</div>
@@ -708,7 +708,7 @@ sponsorship of <a href="https://www.capitar.com">Capitar IT Group BV</a> and
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2018-06-08 11:35:28 PDT
+Last updated 2018-06-08 11:51:08 PDT
</div>
</div>
</body>