Typo: s/similiar/similar/g

This commit is contained in:
Florian Bruhin 2014-11-19 22:46:52 +01:00
parent 2fe72d8087
commit 7b1ea3ff40
5 changed files with 5 additions and 5 deletions

View File

@ -120,7 +120,7 @@ Contributors, sorted by the number of commits in descending order:
Thanks / Similiar projects 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://portix.bitbucket.org/dwb/[dwb] (C, GTK+ with WebKit1, currently
http://www.reddit.com/r/linux/comments/2huqbc/dwb_abandoned/[unmaintained] - http://www.reddit.com/r/linux/comments/2huqbc/dwb_abandoned/[unmaintained] -

View File

@ -9,7 +9,7 @@ What is qutebrowser based on?::
+ +
The concept of it is largely inspired by http://portix.bitbucket.org/dwb/[dwb] The concept of it is largely inspired by http://portix.bitbucket.org/dwb/[dwb]
and http://www.vimperator.org/vimperator[Vimperator]. Many actions and and http://www.vimperator.org/vimperator[Vimperator]. Many actions and
keybindings are similiar to dwb. keybindings are similar to dwb.
Why another browser?:: Why another browser?::
It might be hard to believe, but I didn't find any browser which I was It might be hard to believe, but I didn't find any browser which I was

View File

@ -60,7 +60,7 @@ def _missing_str(name, debian=None, arch=None, windows=None, pip=None):
lines += windows.splitlines() lines += windows.splitlines()
blocks.append('<br />'.join(lines)) blocks.append('<br />'.join(lines))
lines = ["<b>For other distributions:</b>", 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."] "install via pip."]
blocks.append('<br />'.join(lines)) blocks.append('<br />'.join(lines))
if pip is not None: if pip is not None:

View File

@ -367,7 +367,7 @@ class RAMHandler(logging.Handler):
class HTMLFormatter(logging.Formatter): class HTMLFormatter(logging.Formatter):
"""Formatter for HTML-colored log messages, similiar to colorlog. """Formatter for HTML-colored log messages, similar to colorlog.
Attributes: Attributes:
_log_colors: The colors to use for logging levels. _log_colors: The colors to use for logging levels.

View File

@ -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 This needs to be used for some places where PyQt segfaults on exceptions or
silently ignores them. 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 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 jinja template stuff as content. For now, we only log it, so it doesn't
pass 100% silently. pass 100% silently.