From 125267544ed6215dfb7a96f7c90a50a2c8740947 Mon Sep 17 00:00:00 2001
From: Amit Kumar Jaiswal <amitkumarj441@gmail.com>
Date: Mon, 6 Nov 2017 19:21:22 +0530
Subject: [PATCH] Fix Typo (#1935)

---
 docs/weave.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/weave.md b/docs/weave.md
index 7ac69609c..be68a4efd 100644
--- a/docs/weave.md
+++ b/docs/weave.md
@@ -91,7 +91,7 @@ weave_peers: uninitialized
 
 The first variable, `weave_seed`, contains the initial nodes of the weave network
 
-The seconde variable, `weave_peers`, saves the IPs of all nodes joined to the weave network
+The second variable, `weave_peers`, saves the IPs of all nodes joined to the weave network
 
 These two variables are used to connect a new node to the weave network. The new node needs to know the firsts nodes (seed) and the list of IPs of all nodes.
 
-- 
GitLab