Skip to content

Commit

Permalink
package daemon: Fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
weinhold committed Oct 10, 2013
1 parent e3555ff commit 0ea8902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/servers/package/Volume.cpp
Expand Up @@ -1188,7 +1188,7 @@ struct Volume::CommitTransactionHandler {
contentPath, FSUtils::Entry(subDirectory));
if (error != B_OK) {
throw Exception(error,
BString().SetToFormat("failed to extracted \"%s\" from package",
BString().SetToFormat("failed to extract \"%s\" from package",
contentPath),
package->FileName());
}
Expand Down

0 comments on commit 0ea8902

Please sign in to comment.