diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 9ad32802a..87d6d5a06 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -53,7 +53,7 @@ Changed colored logs without it. - URLs are now shown decoded when hovering. - Keybindings are now shown in the command completion -- Improved behaviour when pasting multiple lines +- Improved behavior when pasting multiple lines Fixed ----- diff --git a/misc/userscripts/password_fill b/misc/userscripts/password_fill index 0bbab8c3b..2d755375e 100755 --- a/misc/userscripts/password_fill +++ b/misc/userscripts/password_fill @@ -22,7 +22,7 @@ Pass backend: (see also passwordstore.org) must be contained in a later line beginning with "user:", "login:", or "username:" (configurable by the user_pattern variable). -Behaviour: +Behavior: It will try to find a username/password entry in the configured backend (currently only pass) for the current website and will load that pair of username and password to any form on the current page that has some password @@ -89,7 +89,7 @@ simplify_url() { # no_entries_found() is called if the first query_entries() call did not find # any matching entries. Multiple implementations are possible: -# The easiest behaviour is to quit: +# The easiest behavior is to quit: #no_entries_found() { # if [ 0 -eq "${#files[@]}" ] ; then # die "No entry found for »$simple_url«" @@ -106,7 +106,7 @@ simplify_url() { # fi # } -# Another behaviour is to drop another level of subdomains until search hits +# Another behavior is to drop another level of subdomains until search hits # are found: no_entries_found() { while [ 0 -eq "${#files[@]}" ] && [ -n "$simple_url" ]; do diff --git a/misc/userscripts/view_in_mpv b/misc/userscripts/view_in_mpv index 51aee47ef..f012e1f85 100755 --- a/misc/userscripts/view_in_mpv +++ b/misc/userscripts/view_in_mpv @@ -1,6 +1,6 @@ #!/bin/bash -e # -# Behaviour: +# Behavior: # Userscript for qutebrowser which views the current web page in mpv using # sensible mpv-flags. While viewing the page in MPV, all