tdocs: fix simple typo, varialbes -> variables - wmutils - X windows manipulation utilities
 (HTM) git clone git://z3bra.org/wmutils
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 5637c8972d63cda47e458899cacc295f45b53784
 (DIR) parent 2a8ee9d061996cef9567a30821249c3d06557419
 (HTM) Author: Tim Gates <tim.gates@iress.com>
       Date:   Thu, 17 Dec 2020 06:11:32 +1100
       
       docs: fix simple typo, varialbes -> variables
       
       There is a small typo in README.md.
       
       Should read `variables` rather than `varialbes`.
       
       Diffstat:
         M README.md                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/README.md b/README.md
       t@@ -68,7 +68,7 @@ System-wide installation (default PREFIX is `/usr`):
            $ make
            # make install
        
       -Here are the varialbes you can override, along with their default values:
       +Here are the variables you can override, along with their default values:
        
            CC         =  cc
            LD         =  $(CC)