diff options
Diffstat (limited to 'console-client/bdf.h')
-rw-r--r-- | console-client/bdf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console-client/bdf.h b/console-client/bdf.h index 17cd0235..f8b6d19b 100644 --- a/console-client/bdf.h +++ b/console-client/bdf.h @@ -243,7 +243,7 @@ bdf_error_t bdf_add_string_property (bdf_font_t font, const char *name, bdf_error_t bdf_add_number_property (bdf_font_t font, const char *name, int value); -/* Add a new glyph with the specified paramters to the font FONT. If +/* Add a new glyph with the specified parameters to the font FONT. If encoding is -1, internal_encoding specifies the internal encoding. All other parameters are mandatory. */ bdf_error_t bdf_add_glyph (bdf_font_t font, const char *name, int encoding, |