Spelling Cleanup

This commit is contained in:
2012-03-01 12:20:18 +00:00
parent 6a36b6249b
commit ea13ec1699
174 changed files with 312 additions and 303 deletions

View File

@@ -113,7 +113,7 @@ public:
bool Loading(void) {return m_loading;}
bool Running(void) const {return m_running;}
virtual float DetermineProgress(void); // will be platform dependant
virtual float DetermineProgress(void); // will be platform dependent
void UpdateLoadingAnimation(void);
private: