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:
parent
76a50eaab1
commit
68cbefe99b
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user