Projet

Général

Profil

Révision da87fcd6

IDda87fcd6c78568153e8b9cf0f08aed93bd5fb1d9
Parent 8334867a
Enfant f76c34f5

Ajouté par Lars Kruse il y a plus de 4 ans

Fix spelling issues

Voir les différences:

.codespell.exclude
4 4
Tim Small <tim@seoss.co.uk>
5 5
    accesss      => 'NFSPROC3_ACCESS (Check Access Permission)',
6 6
# Beginn des modifizierten Skriptes        - Beginning of the modified script  #
7
				[ /(\d+) packets with ECN ECT\(0\) bit set$/, [ [ :packets, 'ECT(0) bit' ] ] ],
8
				[ /(\d+) packets with ECN ECT\(1\) bit set$/, [ [ :packets, 'ECT(1) bit' ] ] ],
7
                    [/(\d+) packets with ECN ECT\(0\) bit set$/, [[:packets, 'ECT(0) bit']]],
8
                    [/(\d+) packets with ECN ECT\(1\) bit set$/, [[:packets, 'ECT(1) bit']]],
9 9
				[ /(\d+) ARP entrys? timed out$/, [ [ :entries, 'timed out' ] ] ],
10 10
echo -en "recieved.value "
11 11
	print "require dont.graph.anything [0-9]+\n"
plugins/disk/smart-c/smart_.c
56 56
	}
57 57

  
58 58
	if (stop) {
59
		/* Found stop, means we have a start aswell */
59
		/* Found stop, means we have a start as well */
60 60
		strncpy(output, &input[start], stop - start);
61 61
		return 1;
62 62
	} else if (start) {
plugins/ssl/certbot_expiry
77 77
	exit;
78 78
}
79 79

  
80
# Sanity Check enviroment.
80
# Sanity Check environment.
81 81
if ( ! -e $openSSL ) {
82 82
	die "FATAL: OpenSSL not found.";
83 83
}

Formats disponibles : Unified diff