From 367cf852db4cf7c03c900521ec98df4689f62fb7 Mon Sep 17 00:00:00 2001
From: Birger Schacht <birger@debian.org>
Date: Fri, 17 Nov 2023 13:47:07 +0100
Subject: [PATCH 1/2] docs: fix typos

---
 doc/sfwbar-network.1   | 2 +-
 doc/sfwbar-network.rst | 2 +-
 doc/sfwbar.1           | 4 ++--
 doc/sfwbar.rst         | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/sfwbar-network.1 b/doc/sfwbar-network.1
index 767dc18..d2f705c 100644
--- a/doc/sfwbar-network.1
+++ b/doc/sfwbar-network.1
@@ -42,7 +42,7 @@ The network module tracks te state of the current network connection.
 .sp
 Function NetInfo queries the parameter of the connection on the network
 interface specified. If Interface is not specifies, NetInfo will query the
-interface of the defult gateway (if one exists). The queries supported are:
+interface of the default gateway (if one exists). The queries supported are:
 .INDENT 0.0
 .TP
 .B \(dqip\(dq
diff --git a/doc/sfwbar-network.rst b/doc/sfwbar-network.rst
index 4d42760..29922ab 100644
--- a/doc/sfwbar-network.rst
+++ b/doc/sfwbar-network.rst
@@ -25,7 +25,7 @@ NetInfo(Query[,Interface])
 
 Function NetInfo queries the parameter of the connection on the network
 interface specified. If Interface is not specifies, NetInfo will query the
-interface of the defult gateway (if one exists). The queries supported are:
+interface of the default gateway (if one exists). The queries supported are:
 
 "ip"
   IP address of the interface.
diff --git a/doc/sfwbar.1 b/doc/sfwbar.1
index 9240160..d264e1a 100644
--- a/doc/sfwbar.1
+++ b/doc/sfwbar.1
@@ -194,7 +194,7 @@ further subdivide each cell of the main grid and arrange items within it.
 .TP
 .B label
 a label displaying text sourced from an expression. Labels accept pango
-markup to further theme text withing them.
+markup to further theme text within them.
 .TP
 .B scale
 a progress bar with a progress value specified by an expression
@@ -1189,7 +1189,7 @@ value = Str(MyExpr,2)
 .sp
 In the above example, value of the MyExpr variable will be calculated and
 the result will be used in computing the value expression. Intermediate
-varibles have type and have all of the fields of a scan variable (i.e. val,
+variables have type and have all of the fields of a scan variable (i.e. val,
 pval, time etc). They can be used the same way as scan variables.
 .SH MISCELLANEOUS
 .sp
diff --git a/doc/sfwbar.rst b/doc/sfwbar.rst
index c25f6c3..fa9914f 100644
--- a/doc/sfwbar.rst
+++ b/doc/sfwbar.rst
@@ -147,7 +147,7 @@ grid
 
 label
   a label displaying text sourced from an expression. Labels accept pango
-  markup to further theme text withing them.
+  markup to further theme text within them.
 
 scale
   a progress bar with a progress value specified by an expression
@@ -843,7 +843,7 @@ I.e. ::
 
 In the above example, value of the MyExpr variable will be calculated and
 the result will be used in computing the value expression. Intermediate
-varibles have type and have all of the fields of a scan variable (i.e. val,
+variables have type and have all of the fields of a scan variable (i.e. val,
 pval, time etc). They can be used the same way as scan variables.
 
 Miscellaneous
-- 
2.42.0

