diff options
author | Bruce Yinhe <[email protected]> | 2014-12-18 15:08:26 +0100 |
---|---|---|
committer | Bruce Yinhe <[email protected]> | 2014-12-18 15:08:26 +0100 |
commit | 7cf95c33a50a705c38226bccd0caa76a96f92ea5 (patch) | |
tree | 63f2253181ab39f668c7179cf30e05531fb3f75d /erts | |
parent | 7c657ba949e51d6d176af82a5e56f9e68f5a3b1c (diff) | |
parent | b29e4293de1b029c0b5327dc2a42c3414d13d059 (diff) | |
download | otp-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.in | 2 |
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 |