aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsysdump.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdump.sh b/sysdump.sh
index ef81a50..1f14dc7 100755
--- a/sysdump.sh
+++ b/sysdump.sh
@@ -218,7 +218,7 @@ then
echo "Model: ${INFO_CPU_MODEL}"
echo "Physical Core Count: ${INFO_CPU_CORE_N_PHY}"
echo "Logical Core Count: ${INFO_CPU_CORE_N_VIRT}"
- echo "Hyperthreading State: ${INFO_CPU_HYPERTHREADING}"
+ echo "HyperThreading State: ${INFO_CPU_HYPERTHREADING}"
echo
echo "====> Other informations <===="
echo "Network State: ${INFO_OTHER_NETWORK}"