@@ -924,10 +924,10 @@ PostScriptMetricInfo(int c, double *ascent, double *descent, double *width,
924924	       and these values are not considered when computing the FontBBox. 
925925
926926 	       Also NBSP and Euro in some fonts.  Should that be 
927-  	       skipped for acent  and descent?  However: 
927+  	       skipped for ascent  and descent?  However: 
928928	       1) There are currently no transliterations including  
929929	       space/NBSP (although macOS did at one point). 
930- 	       2) The graphivs  engine does not do this. 
930+ 	       2) The graphics  engine does not do this. 
931931	    else if 
932932	       (metrics->CharInfo[c].BBox[0] == 0 && 
933933		metrics->CharInfo[c].BBox[1] == 0 && 
@@ -1722,7 +1722,7 @@ static SEXP getFont(const char *family, const char *fontdbname) {
17221722}
17231723
17241724/* 
1725-  * Get the path to the afm file for a user-specifed  font 
1725+  * Get the path to the afm file for a user-specified  font 
17261726 * given a graphics engine font family and the face 
17271727 * index (0..4) 
17281728 * 
@@ -5690,7 +5690,7 @@ static int newTiling(SEXP pattern, PDFDesc *pd)
56905690    PDF_Invalidate (pd );
56915691
56925692    /* Some finalisation that endpage does 
5693-      * (to match the newpage initilisation ) 
5693+      * (to match the newpage initialisation ) 
56945694     */ 
56955695    catDefn ("Q\n" , contentDefn , pd );
56965696    /* Cannot discard temporary definition because there may have been 
@@ -5925,7 +5925,7 @@ static int newMask(SEXP mask, PDFDesc *pd)
59255925    PDF_Invalidate (pd );
59265926
59275927    /* Some finalisation that endpage does 
5928-      * (to match the newpage initilisation ) 
5928+      * (to match the newpage initialisation ) 
59295929     */ 
59305930    catDefn ("Q\n" , tempDefn , pd );
59315931    /* Cannot discard temporary definition because there may have been 
@@ -6123,7 +6123,7 @@ static int newGroup(SEXP source, int op, SEXP destination, PDFDesc *pd)
61236123    UNPROTECT (1 );
61246124
61256125    /* Some finalisation that endpage does 
6126-      * (to match the newpage initilisation ) 
6126+      * (to match the newpage initialisation ) 
61276127     */ 
61286128    catDefn ("Q\n" , tempDefn , pd );
61296129    /* Cannot discard temporary definition because there may have been 
@@ -7875,7 +7875,7 @@ static int PDFwriteResourceDictionary(int objOffset, bool endpage,
78757875    }
78767876
78777877    if  (streql (pd -> colormodel , "srgb" )) {
7878- 	/* Ojects  5 and 6 are the sRGB color space, if required */ 
7878+ 	/* Objects  5 and 6 are the sRGB color space, if required */ 
78797879	PDFwrite (buf , 100 , "/ColorSpace << /sRGB 5 0 R >>\n" , pd );
78807880    }
78817881    PDFwrite (buf , 100 , ">>\n" , pd );
0 commit comments