diff --git a/.github/workflows/static_analysis.yml b/.github/workflows/static_analysis.yml index 7814f7e19..9b7246b37 100644 --- a/.github/workflows/static_analysis.yml +++ b/.github/workflows/static_analysis.yml @@ -58,7 +58,7 @@ jobs: run: | pip install -r requirements.txt # Don't cache PLTs based on mix.lock hash, as Dialyzer can incrementally update even old ones - # Cache key based on Elixir & Erlang version (also usefull when running in matrix) + # Cache key based on Elixir & Erlang version (also useful when running in matrix) - name: Restore PLT cache uses: actions/cache@v3.0.11 id: plt_cache diff --git a/apps/fz_common/test/fz_string_test.exs b/apps/fz_common/test/fz_string_test.exs index 31cadfccc..072919877 100644 --- a/apps/fz_common/test/fz_string_test.exs +++ b/apps/fz_common/test/fz_string_test.exs @@ -4,7 +4,7 @@ defmodule FzCommon.FzStringTest do alias FzCommon.FzString describe "sanitize_filename/1" do - test "santizes sequential spaces" do + test "sanitizes sequential spaces" do assert "Factory_Device" == FzString.sanitize_filename("Factory Device") end end diff --git a/apps/fz_http/lib/fz_http/events.ex b/apps/fz_http/lib/fz_http/events.ex index af6b00f1e..53cd8dd61 100644 --- a/apps/fz_http/lib/fz_http/events.ex +++ b/apps/fz_http/lib/fz_http/events.ex @@ -18,7 +18,7 @@ defmodule FzHttp.Events do Notifications.add(%{ type: :error, message: """ - #{device.name} was created successfully but an error occured applying its + #{device.name} was created successfully but an error occurred applying its configuration to the WireGuard interface. Check the logs for more information. """, @@ -49,7 +49,7 @@ defmodule FzHttp.Events do Notifications.add(%{ type: :error, message: """ - #{device.name} was deleted successfully but an error occured applying its + #{device.name} was deleted successfully but an error occurred applying its configuration to the WireGuard interface. Check the logs for more information. """, diff --git a/apps/fz_http/lib/fz_http_web/live/device_live/new_form_component.html.heex b/apps/fz_http/lib/fz_http_web/live/device_live/new_form_component.html.heex index 6fb117725..e20f26478 100644 --- a/apps/fz_http/lib/fz_http_web/live/device_live/new_form_component.html.heex +++ b/apps/fz_http/lib/fz_http_web/live/device_live/new_form_component.html.heex @@ -197,7 +197,7 @@
The WireGuard interface MTU for this Device.
-