Skip to content

Commit

Permalink
Fix spelling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sumpfralle committed Mar 31, 2021
1 parent 8334867 commit da87fcd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .codespell.exclude
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ echo "succes.value $success"
Tim Small <[email protected]>
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"
Expand Down
2 changes: 1 addition & 1 deletion plugins/disk/smart-c/smart_.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion plugins/ssl/certbot_expiry
Original file line number Diff line number Diff line change
Expand Up @@ -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.";
}
Expand Down

0 comments on commit da87fcd

Please sign in to comment.