Skip to content

Commit

Permalink
Fix typos (#1)
Browse files Browse the repository at this point in the history
Found via `typos --hidden --format brief`
  • Loading branch information
kianmeng authored Jul 1, 2024
1 parent 32370cf commit e1ac7f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ ex_rtcp-*.tar
# Temporary files, for example, from tests.
/tmp/

# Localy stored dialyzer artifacts
# Locally stored dialyzer artifacts
/_dialyzer/
2 changes: 1 addition & 1 deletion lib/ex_rtcp/packet/source_description.ex
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ defmodule ExRTCP.Packet.SourceDescription do
def decode(raw, count) do
case do_decode(raw, count) do
{:ok, chunks} -> {:ok, %__MODULE__{chunks: chunks}}
{:error, _reson} = err -> err
{:error, _reason} = err -> err
end
end

Expand Down

0 comments on commit e1ac7f7

Please sign in to comment.