diff --git a/stepmania/src/PrefsManager.cpp b/stepmania/src/PrefsManager.cpp index 5bd13b5917..e64f7ceb50 100644 --- a/stepmania/src/PrefsManager.cpp +++ b/stepmania/src/PrefsManager.cpp @@ -267,7 +267,7 @@ void PrefsManager::ReadGlobalPrefsFromDisk( bool bSwitchToLastPlayedGame ) ini.GetValueB( "Options", "ForceLogFlush", m_bForceLogFlush ); ini.GetValueB( "Options", "Logging", m_bLogging ); ini.GetValueB( "Options", "ShowLogWindow", m_bShowLogWindow ); - ini.GetValueB( "Options", "ShowBeginnnerHelper", m_bShowBeginnerHelper ); + ini.GetValueB( "Options", "ShowBeginnerHelper", m_bShowBeginnerHelper ); ini.GetValue ( "Options", "Language", m_sLanguage );