diff options
| author | Paul Eggert | 2011-11-17 09:40:48 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-17 09:40:48 -0800 |
| commit | c5e87d104b7342f35459c7513d6b4cefea1e968e (patch) | |
| tree | b1e452497894607b5199474897953bf739552904 /src/font.c | |
| parent | df85d31593aab41321a8bac130e1f9c5b678e9d7 (diff) | |
| download | emacs-c5e87d104b7342f35459c7513d6b4cefea1e968e.tar.gz emacs-c5e87d104b7342f35459c7513d6b4cefea1e968e.zip | |
Spelling fixes.
Diffstat (limited to 'src/font.c')
| -rw-r--r-- | src/font.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.c b/src/font.c index 3fc5fc944b4..9559c65e7ed 100644 --- a/src/font.c +++ b/src/font.c | |||
| @@ -954,7 +954,7 @@ font_expand_wildcards (Lisp_Object *field, int n) | |||
| 954 | } | 954 | } |
| 955 | } | 955 | } |
| 956 | 956 | ||
| 957 | /* Decide all fileds from restrictions in RANGE. */ | 957 | /* Decide all fields from restrictions in RANGE. */ |
| 958 | for (i = j = 0; i < n ; i++) | 958 | for (i = j = 0; i < n ; i++) |
| 959 | { | 959 | { |
| 960 | if (j < range[i].from) | 960 | if (j < range[i].from) |