From 449c7b0e3e7785d497c2853d759604f225197167 Mon Sep 17 00:00:00 2001
From: Laurent Gomila <laurent.gom@gmail.com>
Date: Sat, 7 Jul 2012 20:14:45 +0200
Subject: [PATCH] Minor correction in comments

---
 src/SFML/System/Err.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/SFML/System/Err.cpp b/src/SFML/System/Err.cpp
index ab26e090..ddf99ac2 100644
--- a/src/SFML/System/Err.cpp
+++ b/src/SFML/System/Err.cpp
@@ -33,7 +33,7 @@
 namespace
 {
 // 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
 {
 public :