summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Williams <andy@andywilliams.me>2018-01-03 14:44:39 +0000
committerAndy Williams <andy@andywilliams.me>2018-01-03 14:44:39 +0000
commitd280ab7410498159c262c3a2c308b2e14e9d07fd (patch)
tree5afc039694177b9cb3a02f4eef8c94b988a81bb0
parent24bdcd43f86d8e85072749463ca60858cd24da1c (diff)
downloadefl-d280ab7410498159c262c3a2c308b2e14e9d07fd.tar.gz
docs: Fix eo_add -> efl_add
-rw-r--r--src/lib/eo/efl_object.eo2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eo/efl_object.eo b/src/lib/eo/efl_object.eo
index 4366e550fa..c94395d68e 100644
--- a/src/lib/eo/efl_object.eo
+++ b/src/lib/eo/efl_object.eo
@@ -159,7 +159,7 @@ abstract Efl.Object ()
]]
}
finalize {
- [[Called at the end of #eo_add. Should not be called, just overridden.]]
+ [[Called at the end of efl_add. Should not be called, just overridden.]]
return: Efl.Object; [[The new object created, can be NULL if aborting]]
}
name_find @const {