From 18cebde155f62d6ffa39bf9f28e2b944807fa1b6 Mon Sep 17 00:00:00 2001 From: Laurent Gomila Date: Fri, 2 Sep 2011 19:26:18 +0200 Subject: [PATCH] Minor fix in comments --- include/SFML/Audio/SoundBuffer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SFML/Audio/SoundBuffer.hpp b/include/SFML/Audio/SoundBuffer.hpp index 07a717f0..31c29194 100644 --- a/include/SFML/Audio/SoundBuffer.hpp +++ b/include/SFML/Audio/SoundBuffer.hpp @@ -200,7 +200,7 @@ public : //////////////////////////////////////////////////////////// /// \brief Get the number of channels used by the sound /// - /// If the sound is mono then the number ofchannels will + /// If the sound is mono then the number of channels will /// be 1, 2 for stereo, etc. /// /// \return Number of channels