Fix @description typo - dotfiles - leot's dotfiles
 (HTM) hg clone https://bitbucket.org/iamleot/dotfiles
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) changeset 88c1e06c10508ccd17aebe2ee98c020ad1bc03c7
 (DIR) parent 7bd7efddd2a76b6fdeb0bd7b9960698129b0571a
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Tue,  2 Oct 2018 23:43:44 
       
       Fix @description typo
       
       NFC for userscript, except that now the description is printed.
       
       Diffstat:
        local/share/luakit/scripts/economist.user.js |  2 +-
        1 files changed, 1 insertions(+), 1 deletions(-)
       ---
       diff -r 7bd7efddd2a7 -r 88c1e06c1050 local/share/luakit/scripts/economist.user.js
       --- a/local/share/luakit/scripts/economist.user.js      Tue Oct 02 23:39:52 2018 +0200
       +++ b/local/share/luakit/scripts/economist.user.js      Tue Oct 02 23:43:44 2018 +0200
       @@ -1,6 +1,6 @@
        // ==UserScript==
        // @name economist
       -// @descript Remove ads from Economist
       +// @description Remove ads from Economist
        // @include http*://www.economist.com/*
        // ==/UserScript==