Typo: s/similiar/similar/g
This commit is contained in:
parent
2fe72d8087
commit
7b1ea3ff40
@ -120,7 +120,7 @@ Contributors, sorted by the number of commits in descending order:
|
||||
Thanks / Similiar projects
|
||||
--------------------------
|
||||
|
||||
Many projects with a similiar goal as qutebrowser exist:
|
||||
Many projects with a similar goal as qutebrowser exist:
|
||||
|
||||
* http://portix.bitbucket.org/dwb/[dwb] (C, GTK+ with WebKit1, currently
|
||||
http://www.reddit.com/r/linux/comments/2huqbc/dwb_abandoned/[unmaintained] -
|
||||
|
@ -9,7 +9,7 @@ What is qutebrowser based on?::
|
||||
+
|
||||
The concept of it is largely inspired by http://portix.bitbucket.org/dwb/[dwb]
|
||||
and http://www.vimperator.org/vimperator[Vimperator]. Many actions and
|
||||
keybindings are similiar to dwb.
|
||||
keybindings are similar to dwb.
|
||||
|
||||
Why another browser?::
|
||||
It might be hard to believe, but I didn't find any browser which I was
|
||||
|
@ -60,7 +60,7 @@ def _missing_str(name, debian=None, arch=None, windows=None, pip=None):
|
||||
lines += windows.splitlines()
|
||||
blocks.append('<br />'.join(lines))
|
||||
lines = ["<b>For other distributions:</b>",
|
||||
"Check your package manager for similiarly named packages or "
|
||||
"Check your package manager for similarly named packages or "
|
||||
"install via pip."]
|
||||
blocks.append('<br />'.join(lines))
|
||||
if pip is not None:
|
||||
|
@ -367,7 +367,7 @@ class RAMHandler(logging.Handler):
|
||||
|
||||
class HTMLFormatter(logging.Formatter):
|
||||
|
||||
"""Formatter for HTML-colored log messages, similiar to colorlog.
|
||||
"""Formatter for HTML-colored log messages, similar to colorlog.
|
||||
|
||||
Attributes:
|
||||
_log_colors: The colors to use for logging levels.
|
||||
|
@ -437,7 +437,7 @@ class prevent_exceptions: # pylint: disable=invalid-name
|
||||
This needs to be used for some places where PyQt segfaults on exceptions or
|
||||
silently ignores them.
|
||||
|
||||
We used to re-raise the exception with a single-shot QTimer in a similiar
|
||||
We used to re-raise the exception with a single-shot QTimer in a similar
|
||||
case, but that lead to a strange proble with a KeyError with some random
|
||||
jinja template stuff as content. For now, we only log it, so it doesn't
|
||||
pass 100% silently.
|
||||
|
Loading…
Reference in New Issue
Block a user