URI:
       tMerge pull request #62 from timgates42/bugfix_typo_variables - wmutils - X windows manipulation utilities
  HTML git clone git://z3bra.org/wmutils
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit d71d5b293ec68e4cb97334c0074e2b9852905cc6
   DIR parent 2a8ee9d061996cef9567a30821249c3d06557419
  HTML Author: dead cat <dcat@users.noreply.github.com>
       Date:   Wed, 16 Dec 2020 20:21:20 +0100
       
       Merge pull request #62 from timgates42/bugfix_typo_variables
       
       docs: fix simple typo, varialbes -> variables
       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)