ref.h: doc: fix typo
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 26 Jan 2017 17:32:22 +0000 (12:32 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:37 +0000 (12:57 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/babeltrace/ref.h

index dfbdc54e2ba17fff6f339cc70863eb1aca8f12ab..fe266ec3e2653afc0038c47921c7884da02781ab 100644 (file)
@@ -78,7 +78,7 @@ The Babeltrace C API complies with the following key principles:
 3. A Babeltrace object pointer received as a parameter in a user
    function called back from an API function is a
    <strong>borrowed</strong>, or <strong>weak reference</strong>: if you
-   need a reference which is more persistent that the duration of the
+   need a reference which is more persistent than the duration of the
    user function, call bt_get() on the pointer.
 
    @image html ref-count-callback.png
This page took 0.02423 seconds and 4 git commands to generate.