Haiku Book: fix some typos.

The possessive form of "it" is "its", not "it's" ("it's" is just
shorthand for "it is").

Closes #11712.
This commit is contained in:
Augustin Cavalier
2015-02-11 19:04:38 -05:00
parent 82d26eb239
commit aa01bfe571
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -32,7 +32,7 @@
/*!
\var B_STRING_SPACING
Optimizes the position of each character within it's space. Collisions
Optimizes the position of each character within its space. Collisions
are unlikely but characters may touch each other. Best mode to use when
the screen needs to match what appears on the printed page.
@@ -898,7 +898,7 @@
\endcode
You can change the way a font renders with the SetFamilyAndStyle(),
SetFamilyAndFace(), SetSize(), SetShear(), SetRotation(),
SetFamilyAndFace(), SetSize(), SetShear(), SetRotation(),
SetFalseBoldWidth(), SetSpacing(), SetEncoding(), SetFace(), and
SetFlags() methods.