diff --git a/.codespell.exclude b/.codespell.exclude index a27d8a60..4a3f0d47 100644 --- a/.codespell.exclude +++ b/.codespell.exclude @@ -4,8 +4,8 @@ echo "succes.value $success" Tim Small accesss => 'NFSPROC3_ACCESS (Check Access Permission)', # Beginn des modifizierten Skriptes - Beginning of the modified script # - [ /(\d+) packets with ECN ECT\(0\) bit set$/, [ [ :packets, 'ECT(0) bit' ] ] ], - [ /(\d+) packets with ECN ECT\(1\) bit set$/, [ [ :packets, 'ECT(1) bit' ] ] ], + [/(\d+) packets with ECN ECT\(0\) bit set$/, [[:packets, 'ECT(0) bit']]], + [/(\d+) packets with ECN ECT\(1\) bit set$/, [[:packets, 'ECT(1) bit']]], [ /(\d+) ARP entrys? timed out$/, [ [ :entries, 'timed out' ] ] ], echo -en "recieved.value " print "require dont.graph.anything [0-9]+\n" diff --git a/plugins/disk/smart-c/smart_.c b/plugins/disk/smart-c/smart_.c index 007219dd..a8a8b007 100644 --- a/plugins/disk/smart-c/smart_.c +++ b/plugins/disk/smart-c/smart_.c @@ -56,7 +56,7 @@ static char getitem(char *input, unsigned char item, char *output) } if (stop) { - /* Found stop, means we have a start aswell */ + /* Found stop, means we have a start as well */ strncpy(output, &input[start], stop - start); return 1; } else if (start) { diff --git a/plugins/ssl/certbot_expiry b/plugins/ssl/certbot_expiry index 648b4d68..e33f68fe 100755 --- a/plugins/ssl/certbot_expiry +++ b/plugins/ssl/certbot_expiry @@ -77,7 +77,7 @@ if ( defined($ARGV[0]) && $ARGV[0] eq "autoconf" ) { exit; } -# Sanity Check enviroment. +# Sanity Check environment. if ( ! -e $openSSL ) { die "FATAL: OpenSSL not found."; }