diff options
author | Sverker Eriksson <[email protected]> | 2015-04-29 18:35:23 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2015-05-18 14:49:28 +0200 |
commit | d909a5c2cad677e3c6accee9ef1515584d2f4be5 (patch) | |
tree | f0fbe5e6ba8ec695179174c41e8b561624762457 /erts/etc/unix | |
parent | bcc5248a76ee692ede18367a1f3d6cd9acd6cde7 (diff) | |
download | otp-d909a5c2cad677e3c6accee9ef1515584d2f4be5.tar.gz otp-d909a5c2cad677e3c6accee9ef1515584d2f4be5.tar.bz2 otp-d909a5c2cad677e3c6accee9ef1515584d2f4be5.zip |
erts: Fix typo in etp-carrier-blocks
Diffstat (limited to 'erts/etc/unix')
-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 3ee092418e..c51b9e94ed 100644 --- a/erts/etc/unix/etp-commands.in +++ b/erts/etc/unix/etp-commands.in @@ -3634,7 +3634,7 @@ define etp-carrier-blocks printf "Free blocks: %u\n", $etp_fblk_cnt end if $etp_error_cnt - printf "%u ERRORs reported above\n", $etp-error-cnt + printf "%u ERRORs reported above\n", $etp_error_cnt end end |