Minor correction in comments

This commit is contained in:
Laurent Gomila 2012-07-07 20:14:45 +02:00
parent aa1007a619
commit 449c7b0e3e

View File

@ -33,7 +33,7 @@
namespace namespace
{ {
// This class will be used as the default streambuf of sf::Err, // This class will be used as the default streambuf of sf::Err,
// it outputs to stderr by default (to keep the default beaviour) // it outputs to stderr by default (to keep the default behaviour)
class DefaultErrStreamBuf : public std::streambuf class DefaultErrStreamBuf : public std::streambuf
{ {
public : public :