fix comment wording in drw.c - sent - simple plaintext presentation tool | |
git clone git://git.suckless.org/sent | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 0dc8cb9dabb9630681c5cb44206e694e5ebe8514 | |
parent 9ab88b5935b722021c2aed2d2a417fd83226ff64 | |
Author: Markus Teich <[email protected]> | |
Date: Sat, 7 Nov 2015 23:48:40 +0100 | |
fix comment wording in drw.c | |
Diffstat: | |
M drw.c | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/drw.c b/drw.c | |
@@ -107,8 +107,8 @@ drw_font_xcreate(Drw *drw, const char *fontname, FcPattern … | |
return NULL; | |
if (fontname) { | |
- /* Using the pattern found at font->xfont->pattern does not yi… | |
- * the same substitution results as using the pattern returned… | |
+ /* Using the pattern found at font->xfont->pattern does not yi… | |
+ * same substitution results as using the pattern returned by | |
* FcNameParse; using the latter results in the desired fallba… | |
* behaviour whereas the former just results in | |
* missing-character-rectangles being drawn, at least with som… |