From 8071a7e7b5a8d241aeb6d2ad9bfaf68720d58241 Mon Sep 17 00:00:00 2001 From: Shrivatsan Rajagopalan Date: Tue, 6 Sep 2016 14:53:17 -0700 Subject: [PATCH] Minor typo fix. --- src/fastnetmon_install.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fastnetmon_install.pl b/src/fastnetmon_install.pl index 4eaca32..b9bc333 100755 --- a/src/fastnetmon_install.pl +++ b/src/fastnetmon_install.pl @@ -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"; }