From 2a739c3115ee11467d5c24dfc90b1a30620337f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Tue, 15 Jul 2008 13:17:20 +0000 Subject: [PATCH] Insignificant cleanup and comment typo fixes... git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26420 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/interface/TextView.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/kits/interface/TextView.cpp b/src/kits/interface/TextView.cpp index f97484b873..40b10e52f3 100644 --- a/src/kits/interface/TextView.cpp +++ b/src/kits/interface/TextView.cpp @@ -2684,7 +2684,7 @@ void BTextView::_ReservedTextView12() {} */ void BTextView::_InitObject(BRect textRect, const BFont *initialFont, - const rgb_color *initialColor) + const rgb_color *initialColor) { BFont font; if (initialFont == NULL) @@ -2703,7 +2703,7 @@ BTextView::_InitObject(BRect textRect, const BFont *initialFont, // We put these here instead of in the constructor initializer list // to have less code duplication, and a single place where to do changes - // if needed., + // if needed. fTextRect = textRect; fMinTextRectWidth = fTextRect.Width(); fSelStart = fSelEnd = 0;