From eb21ff49b6c6d01cae4b9b4c4c528f1f04162074 Mon Sep 17 00:00:00 2001
From: Pavan Rikhi <pavan.rikhi@gmail.com>
Date: Wed, 28 Feb 2018 21:48:30 -0500
Subject: [PATCH] Fix Typos in Daemon RPC Documentation

---
 _i18n/en/resources/developer-guides/daemon-rpc.md       | 4 ++--
 _i18n/es/resources/developer-guides/daemon-rpc.md       | 4 ++--
 _i18n/template/resources/developer-guides/daemon-rpc.md | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/_i18n/en/resources/developer-guides/daemon-rpc.md b/_i18n/en/resources/developer-guides/daemon-rpc.md
index 23e17581..fe53aaed 100644
--- a/_i18n/en/resources/developer-guides/daemon-rpc.md
+++ b/_i18n/en/resources/developer-guides/daemon-rpc.md
@@ -399,7 +399,7 @@ Outputs:
   * *local_ip* - boolean
   * *localhost* - boolean
   * *peer_id* - string; The node's ID on the network.
-  * *port* - stringl The port that the node is using to connect to the network.
+  * *port* - string; The port that the node is using to connect to the network.
   * *recv_count* - unsigned int
   * *recv_idle_time* - unsigned int
   * *send_count* - unsigned int
@@ -461,7 +461,7 @@ Outputs:
 * *testnet* - boolean; States if the node is on the testnet (true) or mainnet (false).
 * *top_block_hash* - string; Hash of the highest block in the chain.
 * *tx_count* - unsigned int; Total number of non-coinbase transaction in the chain.
-* *tx_pool_siz* - unsigned int; Number of transactions that have been broadcast but not included in a block.
+* *tx_pool_size* - unsigned int; Number of transactions that have been broadcast but not included in a block.
 * *white_peerlist_size* - unsigned int; White Peerlist Size
 
 Following is an example `get_info` call and its return:
diff --git a/_i18n/es/resources/developer-guides/daemon-rpc.md b/_i18n/es/resources/developer-guides/daemon-rpc.md
index 5648536c..8f341d0d 100644
--- a/_i18n/es/resources/developer-guides/daemon-rpc.md
+++ b/_i18n/es/resources/developer-guides/daemon-rpc.md
@@ -400,7 +400,7 @@ Outputs:
   * *local_ip* - boolean
   * *localhost* - boolean
   * *peer_id* - string; The node's ID on the network.
-  * *port* - stringl The port that the node is using to connect to the network.
+  * *port* - string; The port that the node is using to connect to the network.
   * *recv_count* - unsigned int
   * *recv_idle_time* - unsigned int
   * *send_count* - unsigned int
@@ -462,7 +462,7 @@ Outputs:
 * *testnet* - boolean; States if the node is on the testnet (true) or mainnet (false).
 * *top_block_hash* - string; Hash of the highest block in the chain.
 * *tx_count* - unsigned int; Total number of non-coinbase transaction in the chain.
-* *tx_pool_siz* - unsigned int; Number of transactions that have been broadcast but not included in a block.
+* *tx_pool_size* - unsigned int; Number of transactions that have been broadcast but not included in a block.
 * *white_peerlist_size* - unsigned int; White Peerlist Size
 
 Following is an example `get_info` call and its return:
diff --git a/_i18n/template/resources/developer-guides/daemon-rpc.md b/_i18n/template/resources/developer-guides/daemon-rpc.md
index 5648536c..8f341d0d 100644
--- a/_i18n/template/resources/developer-guides/daemon-rpc.md
+++ b/_i18n/template/resources/developer-guides/daemon-rpc.md
@@ -400,7 +400,7 @@ Outputs:
   * *local_ip* - boolean
   * *localhost* - boolean
   * *peer_id* - string; The node's ID on the network.
-  * *port* - stringl The port that the node is using to connect to the network.
+  * *port* - string; The port that the node is using to connect to the network.
   * *recv_count* - unsigned int
   * *recv_idle_time* - unsigned int
   * *send_count* - unsigned int
@@ -462,7 +462,7 @@ Outputs:
 * *testnet* - boolean; States if the node is on the testnet (true) or mainnet (false).
 * *top_block_hash* - string; Hash of the highest block in the chain.
 * *tx_count* - unsigned int; Total number of non-coinbase transaction in the chain.
-* *tx_pool_siz* - unsigned int; Number of transactions that have been broadcast but not included in a block.
+* *tx_pool_size* - unsigned int; Number of transactions that have been broadcast but not included in a block.
 * *white_peerlist_size* - unsigned int; White Peerlist Size
 
 Following is an example `get_info` call and its return: