From ed16078c2db1e0fb53485e8651a90b4b9fb94e3d Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 9 Aug 2022 23:10:45 -0400 Subject: [PATCH] spelling: changelog Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 7b8c2258..f3169f15 100644 --- a/Rakefile +++ b/Rakefile @@ -194,7 +194,7 @@ task :validate do end end -desc 'Build changlog' +desc 'Build changelog' task :changelog do [latest_changes_file, history_file].each do |f| unless File.exists?(f)