summaryrefslogtreecommitdiff
path: root/modules/Depgen
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 /modules/Depgen
parent0a914b51f76028d91b3738c51f860f3dd00097d1 (diff)
downloadMPC-bb565445fa1c45451eccc46c736e2914e7297df0.tar.gz
Fixed typos using https://github.com/crate-ci/typos
Diffstat (limited to 'modules/Depgen')
-rw-r--r--modules/Depgen/Preprocessor.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/Depgen/Preprocessor.pm b/modules/Depgen/Preprocessor.pm
index 4c8d4a48..dc9de901 100644
--- a/modules/Depgen/Preprocessor.pm
+++ b/modules/Depgen/Preprocessor.pm
@@ -123,7 +123,7 @@ sub process {
}
## This has to be outside the if (open(...
- ## If the last file to be processed isn't accessable then
+ ## If the last file to be processed isn't accessible then
## we still need to return the array reference of includes.
if (!$noincs) {
my @files = ($file);