From f7a7dfb934a2637795e69079066a5e8c0e9a7d4c Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 19 Feb 2016 15:28:37 +1000 Subject: Run the docs through a spell checker. --- docs/ClientHamr/README.GuiLua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/ClientHamr') diff --git a/docs/ClientHamr/README.GuiLua b/docs/ClientHamr/README.GuiLua index ba0bf7d..8b62860 100644 --- a/docs/ClientHamr/README.GuiLua +++ b/docs/ClientHamr/README.GuiLua @@ -443,9 +443,9 @@ object = eo_add(EVAS_OBJ_LINE_CLASS, canvas); Eo.h -> EO_DEFINE_CLASS is a macro that basically wraps eo_class_new(), and returns it's result. So Eo_Class is the type of a class, but it's A) opaque, B) deprecated! -It includes a pointor to the Eo_Class_Description, which includes the +It includes a pointer to the Eo_Class_Description, which includes the actual name. I'm not seeing anywhere the names of the get/set -paramaters being passed into the system, or any way to look up a class +parameters being passed into the system, or any way to look up a class based on name. Not even a way to get to the public Eo_Class_Description from the opaque Eo_Class. -- cgit v1.1