diff options
author | Florian Bruhin <git@the-compiler.org> | 2015-03-31 20:49:29 +0200 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2015-03-31 21:11:47 +0200 |
commit | 8ebac8d38c32bbc028661130fc1ffe746fae9cc4 (patch) | |
tree | 208a123ab01a376cade63b17a485130dd319544c /CONTRIBUTING.asciidoc | |
parent | eb3b0b960f145c3bfa346e1e836fc264c67fd79f (diff) | |
download | qutebrowser-8ebac8d38c32bbc028661130fc1ffe746fae9cc4.tar.gz qutebrowser-8ebac8d38c32bbc028661130fc1ffe746fae9cc4.zip |
Various spelling fixes.
Diffstat (limited to 'CONTRIBUTING.asciidoc')
-rw-r--r-- | CONTRIBUTING.asciidoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.asciidoc b/CONTRIBUTING.asciidoc index 79e6b28c7..e8d81e911 100644 --- a/CONTRIBUTING.asciidoc +++ b/CONTRIBUTING.asciidoc @@ -278,7 +278,7 @@ There are currently these object registries, also called 'scopes': `cookie-jar`, etc.) * The `tab` scope with objects which are per-tab (`hintmanager`, `webview`, etc.). Passing this scope to `objreg.get()` selects the object in the currently -focused tab by default. A tab can be explicitely selected by passing +focused tab by default. A tab can be explicitly selected by passing +tab=_tab-id_, window=_win-id_+ to it. A new object can be registered by using @@ -373,7 +373,7 @@ The types of the function arguments are inferred based on their default values, e.g. an argument `foo=True` will be converted to a flag `-f`/`--foo` in qutebrowser's commandline. -This behaviour can be overridden using Python's +This behavior can be overridden using Python's http://legacy.python.org/dev/peps/pep-3107/[function annotations]. The annotation should always be a `dict`, like this: @@ -447,7 +447,7 @@ This option controls Valgrind's detection of self-modifying code. If no checking is done, if a program executes some code, then overwrites it with new code, and executes the new code, Valgrind will continue to execute the translations it made for the old code. This will likely lead to incorrect -behaviour and/or crashes. +behavior and/or crashes. ... |