[docs] Typo
authorKhaled Hosny <khaledhosny@eglug.org>
Wed, 30 Dec 2015 18:50:08 +0000 (22:50 +0400)
committerKhaled Hosny <khaledhosny@eglug.org>
Wed, 30 Dec 2015 18:50:08 +0000 (22:50 +0400)
src/hb-buffer.cc

index 5fd902c..468aa79 100644 (file)
@@ -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.