]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
builddeb: fix typo
authorAndrew Donnellan <andrew.donnellan@au1.ibm.com>
Mon, 24 Apr 2017 11:07:41 +0000 (14:07 +0300)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 24 Apr 2017 23:07:55 +0000 (08:07 +0900)
Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/package/builddeb

index c0107f581c5d7e441627ed04d19de128e49097aa..3407826f2a99d46fa1e4e85a6e144fdc7e420f0b 100755 (executable)
@@ -69,7 +69,7 @@ set_debarch() {
                echo "" >&2
                echo "** ** **  WARNING  ** ** **" >&2
                echo "" >&2
-               echo "Your architecture doesn't have it's equivalent" >&2
+               echo "Your architecture doesn't have its equivalent" >&2
                echo "Debian userspace architecture defined!" >&2
                echo "Falling back to using your current userspace instead!" >&2
                echo "Please add support for $UTS_MACHINE to ${0} ..." >&2