diff options
| author | James Rowe <jroweboy@gmail.com> | 2018-04-07 07:20:39 -0600 |
|---|---|---|
| committer | James Rowe <jroweboy@gmail.com> | 2018-04-07 07:23:21 -0600 |
| commit | f16eb90b8f095b45fcfdd67b42e48467d7416e9b (patch) | |
| tree | 37637d362158cd47b5f770cd422a8c869f700e16 /src/core/hle/service/filesystem/fsp_srv.h | |
| parent | 37041ea12ccfc95013817ecb08319ad31b844a9a (diff) | |
Fix spelling of Initialize
Diffstat (limited to 'src/core/hle/service/filesystem/fsp_srv.h')
| -rw-r--r-- | src/core/hle/service/filesystem/fsp_srv.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
