Fix typo relase_ChildImpl -> release_ChildImpl
Change-Id: I68faf8cfb8eb390e7970383b8a6596a9dd3f95f7
This commit is contained in:
@@ -123,7 +123,7 @@ public:
|
||||
return true;
|
||||
}
|
||||
}
|
||||
else if (pCalled->getName() == "relase_ChildImpl") // FIXME remove this lunacy
|
||||
else if (pCalled->getName() == "release_ChildImpl") // FIXME remove this lunacy
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user