Correct typo. Fix bug #1548
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22543 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
Flower::Grow(int length)
|
Flower::Grow(int length)
|
||||||
{
|
{
|
||||||
if (fLock->Lock()) {
|
if (fLock->Lock()) {
|
||||||
fLength += lenght;
|
fLength += length;
|
||||||
fLock->Unlock();
|
fLock->Unlock();
|
||||||
return B_OK;
|
return B_OK;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user