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