Fix 'instanciate' typo; correct is 'instantiate'

This commit is contained in:
Strahinja Val Markovic 2013-11-26 12:57:54 -08:00
parent 4cddde79fe
commit c3813f71ee
6 changed files with 6 additions and 6 deletions

View file

@ -97,7 +97,7 @@ void alCheckError(const std::string& file, unsigned int line)
////////////////////////////////////////////////////////////
void ensureALInit()
{
// The audio device is instanciated on demand rather than at global startup,
// The audio device is instantiated on demand rather than at global startup,
// which solves a lot of weird crashes and errors.
// It is destroyed at global exit which is fine.