summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Drung <bdrung@debian.org>2014-03-11 00:24:03 +0100
committerBenjamin Drung <bdrung@debian.org>2014-03-11 00:24:03 +0100
commitbd9a00fc46266033370888b99e766775c6a4eab1 (patch)
treefc79d9da4dda387432cb050c43468b4773916703
parent63aa9b35c462771984e4e0293ed4b6bf001d4750 (diff)
xpi-unpack: Fix unpacke -> unpacked typo
Closes: #740752
-rwxr-xr-xxpi-unpack2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpi-unpack b/xpi-unpack
index aea7d82..6468b15 100755
--- a/xpi-unpack
+++ b/xpi-unpack
@@ -31,7 +31,7 @@ usage() {
echo "$ $0 input_xpi_file output_directory"
echo
echo " input_xpi_file - packed XPI source tree";
- echo " output_directory - location where the unpacke XPI file is placed";
+ echo " output_directory - location where the unpacked XPI file is placed";
exit 1;
}