aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorBruce Yinhe <[email protected]>2014-12-18 15:09:28 +0100
committerBruce Yinhe <[email protected]>2014-12-18 15:09:28 +0100
commit61a997e4574556393fc6c76319bf741c14be690f (patch)
tree0e3e1e99ce8492edb150349766ba24b04b02d734 /erts
parent134d058112f81629b1ab556711ca1dc1a5a6c952 (diff)
parent7cf95c33a50a705c38226bccd0caa76a96f92ea5 (diff)
downloadotp-61a997e4574556393fc6c76319bf741c14be690f.tar.gz
otp-61a997e4574556393fc6c76319bf741c14be690f.tar.bz2
otp-61a997e4574556393fc6c76319bf741c14be690f.zip
Merge branch 'maint'
Diffstat (limited to 'erts')
-rw-r--r--erts/etc/unix/etp-commands.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/etc/unix/etp-commands.in b/erts/etc/unix/etp-commands.in
index 8ebb65ad77..c117a62a21 100644
--- a/erts/etc/unix/etp-commands.in
+++ b/erts/etc/unix/etp-commands.in
@@ -2434,7 +2434,7 @@ define etp-system-info
printf "ERTS version: %s\n", etp_erts_version
printf "Compile date: %s\n", etp_compile_date
printf "Arch: %s\n", etp_arch
- printf "Endianess: "
+ printf "Endianness: "
if (etp_big_endian)
printf "Big\n"
else