Fixed typo in printf output.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25844 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2008-06-07 12:46:29 +00:00
parent 76a50eaab1
commit 68cbefe99b

View File

@ -627,7 +627,7 @@ private:
error = partition->CreateChild(start, size, type, NULL,
parameters.String());
if (error != B_OK)
printf("Creating the partiiton failed: %s\n", strerror(error));
printf("Creating the partition failed: %s\n", strerror(error));
}
void _WriteChanges()