From 13a64e992d7645c8658784f78802329f1459ffa2 Mon Sep 17 00:00:00 2001 From: Rachel Bryk Date: Fri, 8 Mar 2013 22:47:56 -0500 Subject: [PATCH] Fix a typo. --- Source/Core/DolphinWX/Src/ConfigMain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/DolphinWX/Src/ConfigMain.cpp b/Source/Core/DolphinWX/Src/ConfigMain.cpp index 329906a301..cbd780e6aa 100644 --- a/Source/Core/DolphinWX/Src/ConfigMain.cpp +++ b/Source/Core/DolphinWX/Src/ConfigMain.cpp @@ -875,7 +875,7 @@ void CConfigMain::OnOk(wxCommandEvent& WXUNUSED (event)) { Close(); - // Save the config. Dolphin crashes to often to save the settings on closing only + // Save the config. Dolphin crashes too often to only save the settings on closing SConfig::GetInstance().SaveSettings(); }