Fix spelling issues in #2502

This commit is contained in:
Dirk
2024-06-13 15:19:10 +02:00
parent 9c2bfff1bf
commit 3beeedcaf0
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env perl
# Basics: is there a synatx error where already bash hiccups on?
# Basics: is there a syntax error where already bash hiccups on?
# --banner is equal to --version
use strict;

View File

@ -1,7 +1,7 @@
#!/usr/bin/env perl
# Just a functional test, whether ~/etc/client-simulation.txt
# doesn't have any synatx errors
# doesn't have any syntax errors
use strict;
use Test::More;