xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=07bca58d6dc4b8f8694216910a92f4abb300cb4e
commit 07bca58d6dc4b8f8694216910a92f4abb300cb4e Author: Xavi Artigas <[email protected]> Date: Mon Oct 28 09:40:33 2019 +0100 Typo in comment --- src/bin/eolian_mono/eolian/mono/documentation.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/eolian_mono/eolian/mono/documentation.hh b/src/bin/eolian_mono/eolian/mono/documentation.hh index eab15943e7..b57dc4a6de 100644 --- a/src/bin/eolian_mono/eolian/mono/documentation.hh +++ b/src/bin/eolian_mono/eolian/mono/documentation.hh @@ -85,7 +85,7 @@ struct documentation_generator const char* eo_name = ::eolian_function_name_get(function); std::string name = object_ref_conversion(klass); - // Klass is needed to check the property naming rulles + // Klass is needed to check the property naming rules attributes::klass_def klass_d((const ::Eolian_Class *)klass, eolian_object_unit_get(klass)); // Comment the block below to enable @see reference conversion for non-public interface members. --
