summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2013-08-14 13:46:49 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2013-08-14 13:46:49 +0200
commit207963514e65a37bea0429c49e2ae835ff0e6094 (patch)
treea0a024ca2033032eaf8f52f39a440f4d03db21c9
parent95cfe4801b8c81936ff1bfa9ac4d204bf3663e79 (diff)
downloadefl-207963514e65a37bea0429c49e2ae835ff0e6094.tar.gz
rename eo2 class 'Eo Base'->'Eo2 Base'
-rw-r--r--src/lib/eo/eo2_base_class.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eo/eo2_base_class.c b/src/lib/eo/eo2_base_class.c
index 676540b90d..7848d2b7c8 100644
--- a/src/lib/eo/eo2_base_class.c
+++ b/src/lib/eo/eo2_base_class.c
@@ -811,7 +811,7 @@ static const Eo_Event_Description *event_desc[] = {
static const Eo_Class_Description class_desc = {
EO2_VERSION,
- "Eo Base",
+ "Eo2 Base",
EO_CLASS_TYPE_REGULAR_NO_INSTANT,
EO2_CLASS_DESCRIPTION_OPS(op_descs),
event_desc,