diff --git a/src/SFML/Graphics/Shape.cpp b/src/SFML/Graphics/Shape.cpp index a238cbfd..3a0e87cb 100644 --- a/src/SFML/Graphics/Shape.cpp +++ b/src/SFML/Graphics/Shape.cpp @@ -125,7 +125,7 @@ const Color& Shape::GetOutlineColor() const void Shape::SetOutlineThickness(float thickness) { myOutlineThickness = thickness; - Update(); // recompute everything because the whole shape must be offseted + Update(); // recompute everything because the whole shape must be offset }