[docs] Typo

This commit is contained in:
Khaled Hosny 2015-12-30 22:50:08 +04:00
parent b758e5ea22
commit 9cffe329f1

View File

@ -723,7 +723,7 @@ void hb_buffer_t::deallocate_var_all (void)
* *
* Return value: (transfer full): * Return value: (transfer full):
* A newly allocated #hb_buffer_t with a reference count of 1. The initial * 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 * 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 * be allocated, a special #hb_buffer_t object will be returned on which
* hb_buffer_allocation_successful() returns %false. * hb_buffer_allocation_successful() returns %false.