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

@ -167,7 +167,7 @@ public :
/// and to adjust the global volume.
///
/// Because the listener is unique in the scene, sf::Listener only
/// contains static functions and doesn't have to be instanciated.
/// contains static functions and doesn't have to be instantiated.
///
/// Usage example:
/// \code