From bbd240ceeefcf4181aa9205f4e743b32b5c68e1f Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 14 Dec 2011 23:24:10 -0800 Subject: Spelling fixes. --- src/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/font.h') diff --git a/src/font.h b/src/font.h index 8ca7c9c19c4..b6c1acf4a30 100644 --- a/src/font.h +++ b/src/font.h @@ -621,7 +621,7 @@ struct font_driver /* Optional. Get coordinates of the INDEXth anchor point of the glyph whose code is CODE. Store the coordinates in *X and *Y. Return 0 if - the operations was successfull. Otherwise return -1. */ + the operations was successful. Otherwise return -1. */ int (*anchor_point) (struct font *font, unsigned code, int index, int *x, int *y); -- cgit v1.2.1