aboutsummaryrefslogtreecommitdiffstats
path: root/erts/etc/unix/etp-commands.in
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2015-04-29 18:35:23 +0200
committerSverker Eriksson <[email protected]>2015-05-18 14:49:28 +0200
commitd909a5c2cad677e3c6accee9ef1515584d2f4be5 (patch)
treef0fbe5e6ba8ec695179174c41e8b561624762457 /erts/etc/unix/etp-commands.in
parentbcc5248a76ee692ede18367a1f3d6cd9acd6cde7 (diff)
downloadotp-d909a5c2cad677e3c6accee9ef1515584d2f4be5.tar.gz
otp-d909a5c2cad677e3c6accee9ef1515584d2f4be5.tar.bz2
otp-d909a5c2cad677e3c6accee9ef1515584d2f4be5.zip
erts: Fix typo in etp-carrier-blocks
Diffstat (limited to 'erts/etc/unix/etp-commands.in')
-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 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