Fix typo relase_ChildImpl -> release_ChildImpl

Change-Id: I68faf8cfb8eb390e7970383b8a6596a9dd3f95f7
This commit is contained in:
Stephan Bergmann
2016-07-12 15:57:36 +02:00
parent 9624bde1c3
commit a6060e02f7
24 changed files with 24 additions and 24 deletions

View File

@@ -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;
}