Skip to content

Commit

Permalink
Fix typo in Release.get_code_paths/1 (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrenner authored and bitwalker committed May 16, 2019
1 parent d72cb32 commit 16d3850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/lib/releases/models/release.ex
Expand Up @@ -400,7 +400,7 @@ defmodule Mix.Releases.Release do
end

@doc """
Returns a list of all code_paths of all appliactions included in the release
Returns a list of all code_paths of all applications included in the release
"""
@spec get_code_paths(t) :: [charlist]
def get_code_paths(%__MODULE__{profile: %Profile{output_dir: output_dir}} = release) do
Expand Down

0 comments on commit 16d3850

Please sign in to comment.