summaryrefslogtreecommitdiff
path: root/src/hb-directwrite.cc
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2018-01-31 20:44:45 +0700
committerBehdad Esfahbod <behdad@behdad.org>2018-01-31 08:18:15 -0800
commit90218fa93cf8b5d4b192be12d31aed92d271d09e (patch)
tree4505380b0532c10aae2f6bae77878c8126fa872d /src/hb-directwrite.cc
parent148ca61075d821a09e42e2c75fbc9be47cfc6003 (diff)
downloadharfbuzz-90218fa93cf8b5d4b192be12d31aed92d271d09e.tar.gz
Fix typos.
Diffstat (limited to 'src/hb-directwrite.cc')
-rw-r--r--src/hb-directwrite.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-directwrite.cc b/src/hb-directwrite.cc
index 0674ef9b..5429255a 100644
--- a/src/hb-directwrite.cc
+++ b/src/hb-directwrite.cc
@@ -370,7 +370,7 @@ public:
{
if (textPosition == 0 || textPosition > mTextLength) {
// Either there is no text before here (== 0), or this
- // is an invalid position. The query is considered valid thouh.
+ // is an invalid position. The query is considered valid though.
*textString = nullptr;
*textLength = 0;
}