1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-06-21 02:59:31 +02:00

Minor typo fix.

This commit is contained in:
Shrivatsan Rajagopalan 2016-09-06 14:53:17 -07:00 committed by GitHub
parent 12b31c67ae
commit 8071a7e7b5

View File

@ -160,7 +160,7 @@ sub main {
# We could get huge speed benefits with this option
if ($cpus_number > 1) {
print "You have really nice server with $cpus_number CPU's and we will use they all for build process :)\n";
print "You have really nice server with $cpus_number CPU's and we will use them all for build process :)\n";
$make_options = "-j $cpus_number";
}