diff --git a/stratosphere/ams_mitm/source/fs_mitm/fsmitm_service.cpp b/stratosphere/ams_mitm/source/fs_mitm/fsmitm_service.cpp index 06cc873..3ce5451 100644 --- a/stratosphere/ams_mitm/source/fs_mitm/fsmitm_service.cpp +++ b/stratosphere/ams_mitm/source/fs_mitm/fsmitm_service.cpp @@ -168,7 +168,7 @@ return ResultAtmosphereMitmShouldForwardToSession; } - /* For now, until we're sure this is robust, only intercept normal savedata , checkk if flag exist*/ + /* For now, until we're sure this is robust, only intercept normal savedata , check if flag exist*/ if (!has_redirect_save_flags || !should_redirect_saves || save_struct.SaveDataType != FsSaveDataType_SaveData) { return ResultAtmosphereMitmShouldForwardToSession; }