From bd9a00fc46266033370888b99e766775c6a4eab1 Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Tue, 11 Mar 2014 00:24:03 +0100 Subject: xpi-unpack: Fix unpacke -> unpacked typo Closes: #740752 --- xpi-unpack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3