]> code.delx.au - gnu-emacs/commitdiff
Spelling fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 31 Jan 2016 04:17:56 +0000 (20:17 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 31 Jan 2016 04:18:21 +0000 (20:18 -0800)
admin/notes/bug-triage
src/fontset.c

index 7392fb9698594d6772f576b35f35f49c7befc7f5..648ada4acbfcbb9176d5f2872c756652a2d903a0 100644 (file)
@@ -20,7 +20,7 @@ the ones that are not reproducible on the current release.
      reproducible.  A bug can and should stay open as long as it is
      still a bug and no one has fixed it.  The following is a
      suggested checklist to follow for handling these bugs, along with
-     example replies.  The various closings, taggings, etc, are done
+     example replies.  Closing, tagging, etc., are done
      with debbugs control messages, which in debbugs-gnu is initiated
      with a "C".
      [ ] Read the mail thread for the bug.  Find out if anyone has
index 2bc9bb1fcd94420ce5984ad5d18e14f3279ece6c..0485f6bfd44ddbc5eb38aa5f73dba20a376993df 100644 (file)
@@ -498,7 +498,7 @@ fontset_get_font_group (Lisp_Object fontset, int c)
       font_group = make_number (0);
       if (c >= 0)
        /* Record that FONTSET does not specify fonts for C.  As
-          there's a possiblity that a font is found in a fallback
+          there's a possibility that a font is found in a fallback
           font group, we set 0 at the moment.  */
        char_table_set_range (fontset, from, to, font_group);
       return font_group;
@@ -541,7 +541,7 @@ fontset_get_font_group (Lisp_Object fontset, int c)
    If FALLBACK, search only fallback fonts.  */
 
 static Lisp_Object
-fontset_find_font (Lisp_Object fontset, int c, struct face *face, 
+fontset_find_font (Lisp_Object fontset, int c, struct face *face,
                   int charset_id, bool fallback)
 {
   Lisp_Object vec, font_group;
@@ -585,7 +585,7 @@ fontset_find_font (Lisp_Object fontset, int c, struct face *face,
     }
 
   /* Find the first available font in the vector of RFONT-DEF.  If
-     CHARSET_MATCHED > 0, try the correspoing RFONT-DEF first, then
+     CHARSET_MATCHED > 0, try the corresponding RFONT-DEF first, then
      try the rest.  */
   for (i = 0; i < ASIZE (vec); i++)
     {