summaryrefslogtreecommitdiff
path: root/create_base.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 /create_base.pl
parent0a914b51f76028d91b3738c51f860f3dd00097d1 (diff)
downloadMPC-bb565445fa1c45451eccc46c736e2914e7297df0.tar.gz
Fixed typos using https://github.com/crate-ci/typos
Diffstat (limited to 'create_base.pl')
-rwxr-xr-xcreate_base.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/create_base.pl b/create_base.pl
index 24c9763a..a87c0199 100755
--- a/create_base.pl
+++ b/create_base.pl
@@ -150,7 +150,7 @@ sub usageAndExit {
"directory>\n\nThis script will create a base project ",
"based on the contents of the\nsupplied MPC file. ",
"This is only useful if the project ",
- "explictly sets\nsharedname or staticname.\n";
+ "explicitly sets\nsharedname or staticname.\n";
exit(0);
}