spelling: parameters

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2021-05-26 05:01:23 -04:00
parent 16efdaacbb
commit 3676a74548

View file

@ -52,7 +52,7 @@ namespace Microsoft.DotNet.Build.Tasks
// Build the full list of parameters // Build the full list of parameters
FPMParameters = BuildCmdParameters(configJson, PackageVersion); FPMParameters = BuildCmdParameters(configJson, PackageVersion);
Log.LogMessage(MessageImportance.Normal, "Generated RPM paramters: " + FPMParameters); Log.LogMessage(MessageImportance.Normal, "Generated RPM parameters: " + FPMParameters);
return !Log.HasLoggedErrors; return !Log.HasLoggedErrors;
} }