Skip to content

Commit 1040d64

Browse files
committed
fixing some typos
1 parent 312a1d2 commit 1040d64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LibGit2Sharp.Tests/MetaFixture.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ where p.IsOptional
316316

317317
foreach (var method in mis.Distinct())
318318
{
319-
sb.AppendFormat("At least one overload of method '{0}' accepts an optional paramater.{1}",
319+
sb.AppendFormat("At least one overload of method '{0}' accepts an optional parameter.{1}",
320320
method, Environment.NewLine);
321321
}
322322

@@ -338,7 +338,7 @@ where p.IsOptional
338338

339339
foreach (var method in mis.Distinct())
340340
{
341-
sb.AppendFormat("At least one constructor of type '{0}' accepts an optional paramater.{1}",
341+
sb.AppendFormat("At least one constructor of type '{0}' accepts an optional parameter.{1}",
342342
method, Environment.NewLine);
343343
}
344344

0 commit comments

Comments
 (0)