aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Donnellan <[email protected]>2017-04-24 14:07:41 +0300
committerMasahiro Yamada <[email protected]>2017-04-25 08:07:55 +0900
commit9eb3c95896a337256489124857157f49616d2c6b (patch)
tree40ddba79e45090a2ff163a35074000507b5f716a
parent1d349923857d7b4e1892d48b7c4e00ebaf635df9 (diff)
builddeb: fix typo
Signed-off-by: Andrew Donnellan <[email protected]> Signed-off-by: Riku Voipio <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
-rwxr-xr-xscripts/package/builddeb2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/package/builddeb b/scripts/package/builddeb
index c0107f581c5d..3407826f2a99 100755
--- a/scripts/package/builddeb
+++ b/scripts/package/builddeb
@@ -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