Skip to content

Commit

Permalink
Fix a couple misspelled words
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Aug 27, 2024
1 parent c97ba3e commit 4540a17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/nerves_hub/accounts.ex
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ defmodule NervesHub.Accounts do

@doc """
Gets a user via a password reset token string.
Checks validity and equivelence, returning `{:ok, %User{}}` or `{:error, :not_found}`
Checks validity and equivalence, returning `{:ok, %User{}}` or `{:error, :not_found}`
"""
@spec get_user_with_password_reset_token(String.t()) ::
{:ok, User.t()}
Expand Down
2 changes: 1 addition & 1 deletion lib/nerves_hub/devices.ex
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ defmodule NervesHub.Devices do

description = """
Device #{device.identifier} automatically blocked firmware upgrades for #{deployment.penalty_timeout_minutes} minutes.
Device failure thredhold met for firmware #{deployment.firmware.uuid} in deployment #{deployment.name}.
Device failure threshold met for firmware #{deployment.firmware.uuid} in deployment #{deployment.name}.
"""

AuditLogs.audit!(deployment, device, description)
Expand Down

0 comments on commit 4540a17

Please sign in to comment.