diff options
| author | luz paz <luzpaz@github.com> | 2022-05-31 19:17:36 (GMT) |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2022-06-05 06:31:23 (GMT) |
| commit | 03a510bd182cdb89005d75e0f8dacf734efce315 (patch) | |
| tree | 581d6638c06a2211c2d154e69cf66d702e1de818 /src/displayapp/fonts | |
| parent | 7f45538eb53235ab4015fcf13533796c8759c7bc (diff) | |
Fix various typos
Found via `codespell -q 3 -S ./src/libs -L ans,doubleclick,trough`
Diffstat (limited to 'src/displayapp/fonts')
| -rwxr-xr-x | src/displayapp/fonts/generate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/fonts/generate.py b/src/displayapp/fonts/generate.py index f0af506..c172df0 100755 --- a/src/displayapp/fonts/generate.py +++ b/src/displayapp/fonts/generate.py @@ -43,7 +43,7 @@ def main(): if not os.path.exists(args.config): sys.exit(f'Error: the config file {args.config} does not exist.') if not os.access(args.config, os.R_OK): - sys.exit(f'Error: the config file {args.config} is not accessable (permissions?).') + sys.exit(f'Error: the config file {args.config} is not accessible (permissions?).') with open(args.config, 'r') as fd: data = json.load(fd) |
