From b11b045458b512b03583b215170345bc7a748a4f Mon Sep 17 00:00:00 2001 From: Koen Metsu Date: Fri, 22 May 2015 17:13:34 +0200 Subject: [PATCH] Fix typo/language Alternatively: - Tried to pack incomplete... --- src/Paket.Core/PackageProcess.fs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Paket.Core/PackageProcess.fs b/src/Paket.Core/PackageProcess.fs index 800f518b48..1ea3f21e99 100644 --- a/src/Paket.Core/PackageProcess.fs +++ b/src/Paket.Core/PackageProcess.fs @@ -122,8 +122,8 @@ let Pack(dependencies : DependenciesFile, packageOutputPath, buildConfig, versio |> NuGetV2.fixDatesInArchive verbosefn "Packed: %s" templateFile.FileName | IncompleteTemplate -> - failwithf "There was an trial to pack incomplete template file %s." templateFile.FileName + failwithf "There was an attempt to pack incomplete template file %s." templateFile.FileName }) |> Async.Parallel |> Async.RunSynchronously - |> ignore \ No newline at end of file + |> ignore