diff --git a/src/MiNET/TestPlugin/Code4Fun/VideoCommand.cs b/src/MiNET/TestPlugin/Code4Fun/VideoCommand.cs index 336543002..20f9c977f 100644 --- a/src/MiNET/TestPlugin/Code4Fun/VideoCommand.cs +++ b/src/MiNET/TestPlugin/Code4Fun/VideoCommand.cs @@ -52,7 +52,7 @@ public class VideoCommand private static readonly ILog Log = LogManager.GetLogger(typeof(VideoCommand)); /// - /// This command will send each fram one time in a unique map. And then replace + /// This command will send each frame one time in a unique map. And then replace /// the maps in the frame on ticks. /// [Command] @@ -336,4 +336,4 @@ internal static McpeWrapper CreateMcpeBatch(byte[] bytes) return batch; } } -} \ No newline at end of file +}