Skip to content

Commit 37ef096

Browse files
author
Mohammad Hanif
authored
fix typo on message
1 parent 497c573 commit 37ef096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/server/linux_json_api.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ number_of_cpu_cores() {
363363
local numberOfCPUCores=$($GREP -c 'model name' /proc/cpuinfo)
364364

365365
if [ -z $numberOfCPUCores ]; then
366-
echo "cannnot be found";
366+
echo "cannot be found";
367367
fi
368368
}
369369

0 commit comments

Comments
 (0)