Skip to content

Commit 46b8559

Browse files
committed
Fix typo
1 parent 496293f commit 46b8559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ServerCodeExciser/ServerCodeExcisionProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public EExciserReturnValues ExciseServerCode(string filePattern, IServerCodeExci
136136
{
137137
if (globalStats.CharactersExcised > 0)
138138
{
139-
Console.Error.WriteLine("Executed in verification mode. Manual server code exicion is required.");
139+
Console.Error.WriteLine("Executed in verification mode. Manual server code excision is required.");
140140
return EExciserReturnValues.RequiresExcision;
141141
}
142142
else

0 commit comments

Comments
 (0)