From 9cffe329f15b3a74a3af4e68c1884f1dbda49666 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Wed, 30 Dec 2015 22:50:08 +0400 Subject: [PATCH] [docs] Typo --- src/hb-buffer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-buffer.cc b/src/hb-buffer.cc index 5fd902c0a..468aa79db 100644 --- a/src/hb-buffer.cc +++ b/src/hb-buffer.cc @@ -723,7 +723,7 @@ void hb_buffer_t::deallocate_var_all (void) * * Return value: (transfer full): * A newly allocated #hb_buffer_t with a reference count of 1. The initial - * reference count should be released with hb_buffe_destroy() when you are done + * reference count should be released with hb_buffer_destroy() when you are done * using the #hb_buffer_t. This function never returns %NULL. If memory cannot * be allocated, a special #hb_buffer_t object will be returned on which * hb_buffer_allocation_successful() returns %false.