diff --git a/src/BizHawk.Client.Common/movie/interfaces/IMovieSession.cs b/src/BizHawk.Client.Common/movie/interfaces/IMovieSession.cs index 937d5c6ce2..df96bf8ad3 100644 --- a/src/BizHawk.Client.Common/movie/interfaces/IMovieSession.cs +++ b/src/BizHawk.Client.Common/movie/interfaces/IMovieSession.cs @@ -30,7 +30,7 @@ namespace BizHawk.Client.Common /// /// Represents the input source that is fed to - /// the movie for the purpsoe of recording, if active, + /// the movie for the purpose of recording, if active, /// or to simply pass through if inactive /// IInputAdapter MovieIn { get; }