summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlexei Podtelezhnikov <apodtele@gmail.com>2021-08-22 22:32:07 -0400
committerAlexei Podtelezhnikov <apodtele@gmail.com>2021-08-22 22:32:07 -0400
commit78f2bd0bd3cf4b1faa8c2ce5e1f159172d57c72d (patch)
treeacce71073a777c5c3b305df681d85204f5a33554 /docs
parentd92aa23fd70cf4a06c7a04173783a74e9e38835e (diff)
downloadfreetype2-78f2bd0bd3cf4b1faa8c2ce5e1f159172d57c72d.tar.gz
Whitespace formatting.
Diffstat (limited to 'docs')
-rw-r--r--docs/DOCGUIDE4
-rw-r--r--docs/oldlogs/ChangeLog.2102
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/DOCGUIDE b/docs/DOCGUIDE
index 55c9a8421..499608d57 100644
--- a/docs/DOCGUIDE
+++ b/docs/DOCGUIDE
@@ -154,7 +154,7 @@ above for consistency.
Note that there may be cases where having two asterisks or underscores
in a line may lead to text being picked up as italics or bold.
-Although unintentional, this is correct markdown behavior.
+Although unintentional, this is correct markdown behavior.
For inline code, wrap the sequence with backticks (see below). This
renders symbols correctly without modifications. If a symbol is
@@ -201,7 +201,7 @@ Other sub-sections can be linked with the `@` symbol:
@description:
While FreeType's CFF driver doesn't expose API functions by
- itself, it is possible to control its behaviour with
+ itself, it is possible to control its behaviour with
@FT_Property_Set and @FT_Property_Get.
If a field in the `values` table of another sub-section is linked, the
diff --git a/docs/oldlogs/ChangeLog.210 b/docs/oldlogs/ChangeLog.210
index e649d31e2..eea4d27b3 100644
--- a/docs/oldlogs/ChangeLog.210
+++ b/docs/oldlogs/ChangeLog.210
@@ -55,7 +55,7 @@
* tests/issue-1063/main.c (main): Fix uninitialized variable.
I tried running `meson test` but the test just crashed and gdb
- reported that the face argument to `FT_Get_Char_Index` was nonsense.
+ reported that the face argument to `FT_Get_Char_Index` was nonsense.
With this change the test prints 'Could not open file: ' as it
should.