aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorBruce Yinhe <[email protected]>2014-12-18 15:08:26 +0100
committerBruce Yinhe <[email protected]>2014-12-18 15:08:26 +0100
commit7cf95c33a50a705c38226bccd0caa76a96f92ea5 (patch)
tree63f2253181ab39f668c7179cf30e05531fb3f75d /erts
parent7c657ba949e51d6d176af82a5e56f9e68f5a3b1c (diff)
parentb29e4293de1b029c0b5327dc2a42c3414d13d059 (diff)
downloadotp-7cf95c33a50a705c38226bccd0caa76a96f92ea5.tar.gz
otp-7cf95c33a50a705c38226bccd0caa76a96f92ea5.tar.bz2
otp-7cf95c33a50a705c38226bccd0caa76a96f92ea5.zip
Merge branch 'haguenau/fix-endianness-speling' into maint
* haguenau/fix-endianness-speling: Replaced "Endianess" with "Endianness" everywhere
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 0190ea613e..141d51824f 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