Description: A few typo fixes
Author: Ana Beatriz Guerrero Lopez <ana@debian.org>
Last-Update: 2016-09-05

--- a/man/fi_endpoint.3.md
+++ b/man/fi_endpoint.3.md
@@ -663,7 +663,7 @@
 with each field being at least the size requested, or fail the
 request.  A provider may increase the size of the fields. When reporting
 completions (see FI_CQ_FORMAT_TAGGED), the provider must provide the 
-exact value of the recieved tag, clearing out any unsupported tag bits. 
+exact value of the received tag, clearing out any unsupported tag bits.
 
 It is recommended that field sizes be ordered from smallest to
 largest.  A generic, unstructured tag and mask can be achieved by
--- a/man/fi_verbs.7.md
+++ b/man/fi_verbs.7.md
@@ -35,7 +35,7 @@
   * FI_CONTEXT for applications making uses of the experimental FI_EP_RDM capability.
 
 *Addressing Formats*
-: Supported addresing formats include FI_SOCKADDR, FI_SOCKADDR_IN, FI_SOCKADDR_IN6,
+: Supported addressing formats include FI_SOCKADDR, FI_SOCKADDR_IN, FI_SOCKADDR_IN6,
   FI_SOCKADDR_IB
 
 *Progress*
--- a/prov/verbs/src/verbs_cm.c
+++ b/prov/verbs/src/verbs_cm.c
@@ -258,7 +258,7 @@
 
 	ret = rdma_bind_addr(pep->id, (struct sockaddr *)addr);
 	if (ret) {
-		FI_INFO(&fi_ibv_prov, FI_LOG_FABRIC, "Unable to bind addres to rdma_cm_id\n");
+		FI_INFO(&fi_ibv_prov, FI_LOG_FABRIC, "Unable to bind address to rdma_cm_id\n");
 		return -errno;
 	}
 
--- a/prov/verbs/src/verbs_msg_ep.c
+++ b/prov/verbs/src/verbs_msg_ep.c
@@ -436,7 +436,7 @@
 	if (info->src_addr) {
 		ret = rdma_bind_addr(_pep->id, (struct sockaddr *)info->src_addr);
 		if (ret) {
-			FI_INFO(&fi_ibv_prov, FI_LOG_DOMAIN, "Unable to bind addres to rdma_cm_id\n");
+			FI_INFO(&fi_ibv_prov, FI_LOG_DOMAIN, "Unable to bind address to rdma_cm_id\n");
 			goto err2;
 		}
 		_pep->bound = 1;
--- a/man/man3/fi_endpoint.3
+++ b/man/man3/fi_endpoint.3
@@ -702,7 +702,7 @@
 the request.
 A provider may increase the size of the fields.
 When reporting completions (see FI_CQ_FORMAT_TAGGED), the provider must
-provide the exact value of the recieved tag, clearing out any
+provide the exact value of the received tag, clearing out any
 unsupported tag bits.
 .PP
 It is recommended that field sizes be ordered from smallest to largest.
--- a/man/man7/fi_verbs.7
+++ b/man/man7/fi_verbs.7
@@ -27,7 +27,7 @@
 * FI_CONTEXT for applications making uses of the experimental FI_EP_RDM
 capability.
 .PP
-\f[I]Addressing Formats\f[] : Supported addresing formats include
+\f[I]Addressing Formats\f[] : Supported addressing formats include
 FI_SOCKADDR, FI_SOCKADDR_IN, FI_SOCKADDR_IN6, FI_SOCKADDR_IB
 .PP
 \f[I]Progress\f[] : Verbs provider supports FI_PROGRESS_AUTO:
