Fix various typos using codespell

Command used:

    codespell -wi3 **/* --ignore-words-list "dur,fave,fo,receipient,te"
This commit is contained in:
Hugo Locurcio 2019-12-11 21:40:48 +01:00
parent 840a852b68
commit 4616372e99
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C
5 changed files with 5 additions and 5 deletions

View file

@ -48,7 +48,7 @@ h4 {
margin-bottom: 0.5em;
}
// Slightly dirty, no clean way to strip top margins off headers tho
// Slightly dirty, no clean way to strip top margins off headers though
.remove-top-margin {
margin-top: 0;
}

View file

@ -166,7 +166,7 @@ function bindInteractions() {
if (event.button === 0) { // Is it a left-click?
for (const target in targets) {
/* Event delgation doesn't quite grab what we want here. */
/* Event delegation doesn't quite grab what we want here. */
const link = event.target && event.target.closest(target);
if (link) {

View file

@ -19,7 +19,7 @@
.block.block--fixed.block--warning
h4 You've been banned!
p
' You cannnot post comments or update metadata (or do anything but
' You cannot post comments or update metadata (or do anything but
' read, really) until
= pretty_time(@conn.assigns.current_ban.valid_until)

View file

@ -16,7 +16,7 @@ meta name="robots" content="noindex, nofollow"
meta property="dc:creator" content=tag.name_in_namespace
= if image.source_url not in [nil, ""] do
meta propery="foaf:primaryTopic" content=image.source_url
meta property="foaf:primaryTopic" content=image.source_url
link rel="alternate" type="application/json+oembed" href=Routes.api_json_oembed_url(@conn, :index, url: Routes.image_path(@conn, :show, image)) title="oEmbed JSON Profile"

View file

@ -21,7 +21,7 @@ h1 Two Factor Authentication
.block.block--fixed.block--success.layout--narrow
h2 Two Factor Authentication Enabled
p
' You've sucessfully enabled two-factor authentication on your
' You've successfully enabled two-factor authentication on your
' account. From now on you'll be asked for the 6 digit code each
' time you log in.
p