From f16eb90b8f095b45fcfdd67b42e48467d7416e9b Mon Sep 17 00:00:00 2001 From: James Rowe Date: Sat, 7 Apr 2018 07:20:39 -0600 Subject: Fix spelling of Initialize --- src/core/hle/service/filesystem/fsp_srv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/hle/service/filesystem/fsp_srv.h') diff --git a/src/core/hle/service/filesystem/fsp_srv.h b/src/core/hle/service/filesystem/fsp_srv.h index e15ba4375..6dc5874c0 100644 --- a/src/core/hle/service/filesystem/fsp_srv.h +++ b/src/core/hle/service/filesystem/fsp_srv.h @@ -22,7 +22,7 @@ public: private: void TryLoadRomFS(); - void Initalize(Kernel::HLERequestContext& ctx); + void Initialize(Kernel::HLERequestContext& ctx); void MountSdCard(Kernel::HLERequestContext& ctx); void CreateSaveData(Kernel::HLERequestContext& ctx); void MountSaveData(Kernel::HLERequestContext& ctx); -- cgit v1.2.3