raster pushed a commit to branch efl-1.20. http://git.enlightenment.org/core/efl.git/commit/?id=01fccf3fac1d8548105653357eaedb159a599952
commit 01fccf3fac1d8548105653357eaedb159a599952 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 7d90ae6324..0008d870a2 100644 --- a/src/lib/eina/eina_strbuf.h +++ b/src/lib/eina/eina_strbuf.h @@ -730,7 +730,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 --
