[1/2] batctl: Fix minor typos in manpage

Message ID 20160901160134.15593-1-sven@narfation.org (mailing list archive)
State Accepted, archived
Commit fa109883ce8ad68ec6568d187cd53afca48f717c
Delegated to: Sven Eckelmann
Headers

Commit Message

Sven Eckelmann Sept. 1, 2016, 4:01 p.m. UTC
   * s/criterias/criteria/
 * s/succesful/successful/

Signed-off-by: Sven Eckelmann <sven@narfation.org>

---
 man/batctl.8 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Sven Eckelmann Oct. 18, 2016, 12:28 p.m. UTC | #1
On Donnerstag, 1. September 2016 18:01:33 CEST Sven Eckelmann wrote:
> * s/criterias/criteria/
>  * s/succesful/successful/
> 
> Signed-off-by: Sven Eckelmann <sven@narfation.org>
> ---
>  man/batctl.8 | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied in fa109883ce8ad68ec6568d187cd53afca48f717c [1].

Kind regards,
	Sven

[1] https://git.open-mesh.org/batctl.git/commit/fa109883ce8ad68ec6568d187cd53afca48f717c
  

Patch

diff --git a/man/batctl.8 b/man/batctl.8
index 8bac727..17549c0 100644
--- a/man/batctl.8
+++ b/man/batctl.8
@@ -129,7 +129,7 @@  examples:  5000 \->  5.0/1.0 MBit
  5mbit/1mbit
 .RE
 .RS 7
-If the node is a gateway client the parameter will decide which criterias to consider when the batman-adv module has to choose
+If the node is a gateway client the parameter will decide which criteria to consider when the batman-adv module has to choose
 between different internet connections announced by the aforementioned servers.
 .RE
 .RS 17
@@ -337,7 +337,7 @@  protocol used to transfer the data is somehow similar to TCP, but simpler: some
 TCP features are still missing, thus protocol performances could be worst. Since
 a fixed amount of data is transferred the experiment duration depends on the
 network conditions. The experiment can be interrupted with CTRL + C. At the end
-of a succesful experiment the throughput in KBytes per second is returned,
+of a successful experiment the throughput in KBytes per second is returned,
 togheter with the experiment duration in millisecond and the amount of bytes
 transferred. If too many packets are lost or the specified MAC address is not
 reachable, a message notifing the error is returned instead of the result.