diff options
author | David Haguenauer <[email protected]> | 2014-12-01 14:41:48 -0500 |
---|---|---|
committer | David Haguenauer <[email protected]> | 2014-12-02 09:47:05 -0500 |
commit | b29e4293de1b029c0b5327dc2a42c3414d13d059 (patch) | |
tree | dacdc06c99b0194ee208023d0f6f183b9fbe5927 /erts/etc/unix/etp-commands.in | |
parent | 5a053f10425a6c517c113c375d6306f9716bfe31 (diff) | |
download | otp-b29e4293de1b029c0b5327dc2a42c3414d13d059.tar.gz otp-b29e4293de1b029c0b5327dc2a42c3414d13d059.tar.bz2 otp-b29e4293de1b029c0b5327dc2a42c3414d13d059.zip |
Replaced "Endianess" with "Endianness" everywhere
Diffstat (limited to 'erts/etc/unix/etp-commands.in')
-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 |