On Tue, Aug 10, 2010 at 12:46:14PM -0400, Robert Hooker wrote: > From: Bryce Harrington <[email protected]> > > Reviewed-by: Robert Hooker <[email protected]> > Signed-off-by: Bryce Harrington <[email protected]> > --- > xset.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/xset.c b/xset.c > index d2ec956..17c7b39 100644 > --- a/xset.c > +++ b/xset.c > @@ -1660,8 +1660,8 @@ usage(char *fmt, ...) > #ifdef FONTCACHE > fprintf(stderr, " To control font cache:\n"); > fprintf(stderr, "\t fc [hi-mark [low-mark [balance]]]\n"); > - fprintf(stderr, "\t both mark values spcecified in KB\n"); > - fprintf(stderr, "\t balance value spcecified in percent (10 - 90)\n"); > + fprintf(stderr, "\t both mark values specified in KB\n"); > + fprintf(stderr, "\t balance value specified in percent (10 - 90)\n"); > fprintf(stderr, " Show font cache statistics:\n"); > fprintf(stderr, "\t fc s\n"); > #endif > -- > 1.7.2
pushed, thanks. Cheers, Peter _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
