summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexei Podtelezhnikov <apodtele@gmail.com>2017-09-06 21:21:14 -0400
committerAlexei Podtelezhnikov <apodtele@gmail.com>2017-09-06 21:21:14 -0400
commite0b480d1917c96c591961f800e63914cf42da69b (patch)
tree7306a9c85ef6380005843d1bde00ddaac68730f0
parenta3dd6d99a4c9f61667e5c996c0997cdd0207fc73 (diff)
downloadfreetype2-e0b480d1917c96c591961f800e63914cf42da69b.tar.gz
s/&nbsp;/~/
-rw-r--r--include/freetype/fterrors.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/freetype/fterrors.h b/include/freetype/fterrors.h
index 42769fa7b..ae382c419 100644
--- a/include/freetype/fterrors.h
+++ b/include/freetype/fterrors.h
@@ -38,15 +38,15 @@
/* The configuration macro FT_CONFIG_OPTION_USE_MODULE_ERRORS can be */
/* defined in `ftoption.h' in order to make the higher byte indicate */
/* the module where the error has happened (this is not compatible */
- /* with standard builds of FreeType&nbsp;2, however). See the file */
+ /* with standard builds of FreeType~2, however). See the file */
/* `ftmoderr.h' for more details. */
/* */
/* *Error* *Message* *Strings* */
/* */
/* Error definitions are set up with special macros that allow client */
/* applications to build a table of error message strings. The */
- /* strings are not included in a normal build of FreeType&nbsp;2 to */
- /* save space (most client applications do not use them). */
+ /* strings are not included in a normal build of FreeType~2 to save */
+ /* space (most client applications do not use them). */
/* */
/* To do so, you have to define the following macros before including */
/* this file. */