Skip to content

Commit fc4c48e

Browse files
committed
Fix typo in succeed command output
1 parent c8a49b4 commit fc4c48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InEngine.Commands/AlwaysSucceed.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class AlwaysSucceed : AbstractCommand
99
{
1010
public override void Run()
1111
{
12-
Info("Ths command always succeeds.");
12+
Info("This command always succeeds.");
1313
}
1414
}
1515
}

0 commit comments

Comments
 (0)