]> Git Repo - linux.git/commitdiff
builddeb: fix typo
authorAndrew Donnellan <[email protected]>
Mon, 24 Apr 2017 11:07:41 +0000 (14:07 +0300)
committerMasahiro Yamada <[email protected]>
Mon, 24 Apr 2017 23:07:55 +0000 (08:07 +0900)
Signed-off-by: Andrew Donnellan <[email protected]>
Signed-off-by: Riku Voipio <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
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
This page took 0.072697 seconds and 4 git commands to generate.