summaryrefslogtreecommitdiff
path: root/prj_install.pl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-05-31 08:39:41 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-05-31 08:39:41 +0200
commitbb565445fa1c45451eccc46c736e2914e7297df0 (patch)
tree673f67742d0fcd3f5fdcdf006be0afbbdba099eb /prj_install.pl
parent0a914b51f76028d91b3738c51f860f3dd00097d1 (diff)
downloadMPC-bb565445fa1c45451eccc46c736e2914e7297df0.tar.gz
Fixed typos using https://github.com/crate-ci/typos
Diffstat (limited to 'prj_install.pl')
-rwxr-xr-xprj_install.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prj_install.pl b/prj_install.pl
index fed441fa..4d7d4002 100755
--- a/prj_install.pl
+++ b/prj_install.pl
@@ -469,7 +469,7 @@ for(my $i = 0; $i <= $#ARGV; ++$i) {
}
}
else {
- usageAndExit('Unkown option: ' . $arg);
+ usageAndExit('Unknown option: ' . $arg);
}
}
elsif (!defined $insdir) {