Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix a typo.
  • Loading branch information
RachelBryk committed Mar 9, 2013
1 parent 723371e commit 13a64e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/Src/ConfigMain.cpp
Expand Up @@ -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();
}

Expand Down

0 comments on commit 13a64e9

Please sign in to comment.