Fix typo in comment.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18297 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2003-12-31 00:12:36 +00:00
parent fd2e090c2e
commit 821f7018a7
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@
#include <AppKit/NSCell.h>
typedef enum {
NSScaleProportionally = 0, // Fit propoRtionally
NSScaleProportionally = 0, // Fit proportionally
NSScaleToFit, // Forced fit (distort if necessary)
NSScaleNone // Don't scale (clip)
} NSImageScaling;

View file

@ -865,7 +865,7 @@ static float sizes[] = {4.0, 6.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0,
else
{
/*
i really should be >= 0 here, except for the very obscure case where
i really should be > 0 here, except for the very obscure case where
the delegate has refused all fonts (so that our family and face lists
are completely empty).
*/