From 1dc94c6b69f578cf26dbe9af3305b1b58b57f23a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Fri, 10 Jul 2009 18:51:33 +0000 Subject: [PATCH] Fix spelling error in comment. Thanks Joseph! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31513 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/mediaplayer/Controller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/mediaplayer/Controller.cpp b/src/apps/mediaplayer/Controller.cpp index 7d2d424297..a663b19d39 100644 --- a/src/apps/mediaplayer/Controller.cpp +++ b/src/apps/mediaplayer/Controller.cpp @@ -370,7 +370,7 @@ Controller::GetSize(int *width, int *height, int* _widthAspect, *width = format.u.raw_video.display.line_width; int widthAspect = 0; int heightAspect = 0; - // Inore format aspect when both values are 1. If they have been + // Ignore format aspect when both values are 1. If they have been // intentionally at 1:1 then no harm is done for quadratic videos, // only if the video is indeed encoded anamorphotic, but supposed // to be displayed quadratic... extremely unlikely.