From 7b820451e9f0bcfc5eba21606e5714d408f9c7cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Sat, 19 Feb 2011 10:46:05 +0000 Subject: [PATCH] Fixed a typo. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40554 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/showimage/ShowImageView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/showimage/ShowImageView.cpp b/src/apps/showimage/ShowImageView.cpp index 6ef3be8809..4560450e97 100644 --- a/src/apps/showimage/ShowImageView.cpp +++ b/src/apps/showimage/ShowImageView.cpp @@ -1605,7 +1605,7 @@ ShowImageView::ZoomOut(BPoint where) } -/*! Fits to image to the view bounds. +/*! Fits the image to the view bounds. */ void ShowImageView::FitToBounds()