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:
Niels Sascha Reedijk
2007-10-13 22:13:42 +00:00
parent 91c21ff4d6
commit 445e975fda
+1 -1
View File
@@ -46,7 +46,7 @@
Flower::Grow(int length)
{
if (fLock->Lock()) {
fLength += lenght;
fLength += length;
fLock->Unlock();
return B_OK;
} else {