package daemon: Fix typo in error message

This commit is contained in:
Ingo Weinhold
2013-10-10 21:49:10 +02:00
parent e3555ffae4
commit 0ea8902c52
+1 -1
View File
@@ -1188,7 +1188,7 @@ private:
contentPath, FSUtils::Entry(subDirectory)); contentPath, FSUtils::Entry(subDirectory));
if (error != B_OK) { if (error != B_OK) {
throw Exception(error, throw Exception(error,
BString().SetToFormat("failed to extracted \"%s\" from package", BString().SetToFormat("failed to extract \"%s\" from package",
contentPath), contentPath),
package->FileName()); package->FileName());
} }