Fix spelling error in comment. Thanks Joseph!

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31513 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2009-07-10 18:51:33 +00:00
parent b07121279f
commit 1dc94c6b69

View File

@ -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.