Fix typo in tutorial about firefox preferences. - privacy-haters - Tools and configs to help you against privacy haters like firefox.
 (HTM) git clone git://bitreich.org/privacy-haters/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/privacy-haters/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit e598526a8ce702f9b77cf33957fed452638f757c
 (DIR) parent a7c2c60f79c4920def6ecaa06f2e22ed3b3f4a30
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sat, 30 May 2020 18:53:45 +0200
       
       Fix typo in tutorial about firefox preferences.
       
       Diffstat:
         M firefox/EXPORT-PREFS.md             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/firefox/EXPORT-PREFS.md b/firefox/EXPORT-PREFS.md
       @@ -10,7 +10,7 @@ Prequisites:
                $ make && make install;
        
        1. Go to »about:config«.
       -2. Go to devtools there and export the whole inner HTML of the pferences
       +2. Go to devtools there and export the whole inner HTML of the preferences
           tables.
        3. Do xclip -o > all-prefs-raw.html.
        4. cat all-prefs-raw.html | sed 's,<wbr>,,g' > all-prefs.html