devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b3c29fd25c69432740947970f6b8fd496b0ea909
commit b3c29fd25c69432740947970f6b8fd496b0ea909 Author: Chris Michael <[email protected]> Date: Mon Dec 11 14:51:55 2017 -0500 eina: Fix typo in doxygen @fix Signed-off-by: Chris Michael <[email protected]> --- src/lib/eina/eina_strbuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/eina/eina_strbuf.h b/src/lib/eina/eina_strbuf.h index b65e8b1d27..a0b77af8fe 100644 --- a/src/lib/eina/eina_strbuf.h +++ b/src/lib/eina/eina_strbuf.h @@ -733,7 +733,7 @@ EAPI Eina_Rw_Slice eina_strbuf_rw_slice_get(const Eina_Strbuf *buf) EINA_WARN_UN * * @param buf The buffer to get the string from and which will be freed * - * @return The string contained by bug. The caller must release the memory of the returned string by calling + * @return The string contained by buf. The caller must release the memory of the returned string by calling * free(). * * @since 1.19 --
