commit | 90218fa93cf8b5d4b192be12d31aed92d271d09e | [log] [tgz] |
---|---|---|
author | Bruce Mitchener <bruce.mitchener@gmail.com> | Wed Jan 31 20:44:45 2018 +0700 |
committer | Behdad Esfahbod <behdad@behdad.org> | Wed Jan 31 08:18:15 2018 -0800 |
tree | 4505380b0532c10aae2f6bae77878c8126fa872d | |
parent | 148ca61075d821a09e42e2c75fbc9be47cfc6003 [diff] [blame] |
Fix typos.
diff --git a/src/hb-blob.cc b/src/hb-blob.cc index 4cf6d1e..8046012 100644 --- a/src/hb-blob.cc +++ b/src/hb-blob.cc
@@ -222,7 +222,7 @@ * hb_blob_destroy: (skip) * @blob: a blob. * - * Descreases the reference count on @blob, and if it reaches zero, destroys + * Decreases the reference count on @blob, and if it reaches zero, destroys * @blob, freeing all memory, possibly calling the destroy-callback the blob * was created for if it has not been called already. *