From 3aa45ae06a5a9485ccc354b4c1454b152da33597 Mon Sep 17 00:00:00 2001 From: Aaron Renner Date: Thu, 21 Feb 2019 12:36:02 -0700 Subject: [PATCH] Fix typo in Release.get_code_paths/1 --- lib/mix/lib/releases/models/release.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mix/lib/releases/models/release.ex b/lib/mix/lib/releases/models/release.ex index 361dfea5..67f2f2a7 100644 --- a/lib/mix/lib/releases/models/release.ex +++ b/lib/mix/lib/releases/models/release.ex @@ -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