Fix spelling.

This commit is contained in:
Florian Bruhin 2015-06-29 17:45:56 +02:00
parent d845ecd7fc
commit db06eeded5
3 changed files with 9 additions and 9 deletions

View File

@ -178,8 +178,8 @@ The following people have contributed graphics:
* WOFall (icon) * WOFall (icon)
* regines (key binding cheatsheet) * regines (key binding cheatsheet)
Thanks / Similiar projects Thanks / Similar projects
-------------------------- -------------------------
Many projects with a similar goal as qutebrowser exist: Many projects with a similar goal as qutebrowser exist:

View File

@ -5,9 +5,9 @@ The Compiler <mail@qutebrowser.org>
qutebrowser is extensible by writing userscripts which can be called via the qutebrowser is extensible by writing userscripts which can be called via the
`:spawn --userscript` command, or via a key binding. `:spawn --userscript` command, or via a key binding.
These userscripts are similiar to the (non-javascript) dwb userscripts. They These userscripts are similar to the (non-javascript) dwb userscripts. They can
can be written in any language which can read environment variables and write be written in any language which can read environment variables and write to a
to a FIFO. Note they are *not* related to Greasemonkey userscripts. FIFO. Note they are *not* related to Greasemonkey userscripts.
Note for simple things such as opening the current page with another browser or Note for simple things such as opening the current page with another browser or
mpv, a simple key binding to something like `:spawn mpv {url}` should suffice. mpv, a simple key binding to something like `:spawn mpv {url}` should suffice.

View File

@ -85,10 +85,10 @@ def check_spelling():
'[Rr]eproducable'} '[Rr]eproducable'}
# Words which look better when splitted, but might need some fine tuning. # Words which look better when splitted, but might need some fine tuning.
words |= {'[Kk]eystrings', '[Ww]ebelements', '[Mm]ouseevent', words |= {'[Ww]ebelements', '[Mm]ouseevent', '[Kk]eysequence',
'[Kk]eysequence', '[Nn]ormalmode', '[Ee]ventloops', '[Nn]ormalmode', '[Ee]ventloops', '[Ss]izehint',
'[Ss]izehint', '[Ss]tatemachine', '[Mm]etaobject', '[Ss]tatemachine', '[Mm]etaobject', '[Ll]ogrecord',
'[Ll]ogrecord', '[Ff]iletype'} '[Ff]iletype'}
seen = collections.defaultdict(list) seen = collections.defaultdict(list)
try: try: