summaryrefslogtreecommitdiff
path: root/src/gui/widgets/scrollarea.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-08-22 00:42:03 +0300
committerAndrei Karas <akaras@inbox.ru>2011-08-22 01:13:03 +0300
commit07c2eb8ffd62fe69f410cc045efc837441a6b6d4 (patch)
tree8755982be53e1dee2bfafbfc158a9b8551d7789e /src/gui/widgets/scrollarea.cpp
parent6dd62fd1082bad225e02312094332630b0debd07 (diff)
downloadplus-07c2eb8ffd62fe69f410cc045efc837441a6b6d4.tar.gz
plus-07c2eb8ffd62fe69f410cc045efc837441a6b6d4.tar.bz2
plus-07c2eb8ffd62fe69f410cc045efc837441a6b6d4.tar.xz
plus-07c2eb8ffd62fe69f410cc045efc837441a6b6d4.zip
Replace typo dont to don't.
Diffstat (limited to 'src/gui/widgets/scrollarea.cpp')
-rw-r--r--src/gui/widgets/scrollarea.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/scrollarea.cpp b/src/gui/widgets/scrollarea.cpp
index 08f0b5a70..03f5f8c4c 100644
--- a/src/gui/widgets/scrollarea.cpp
+++ b/src/gui/widgets/scrollarea.cpp
@@ -336,7 +336,7 @@ void ScrollArea::drawFrame(gcn::Graphics *graphics)
}
else
{
- // because we dont know where parent windows was moved,
+ // because we don't know where parent windows was moved,
// need recalc vertexes
gcn::ClipRectangle &rect = static_cast<Graphics*>(
graphics)->getTopClip();