mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 02:18:08 +00:00
Fix spelling mistakes in comments and descriptions
Thanks, codespell!
This commit is contained in:
parent
561da1a3f1
commit
8713eb3722
162 changed files with 248 additions and 248 deletions
|
@ -133,7 +133,7 @@ my $leitime = $ENV{leitime} || -1;
|
|||
# This gives us the ability to specify which commands we want to display on the
|
||||
# command graph. Allowing finer control since some environments don't leverage
|
||||
# every command possible in memcached.
|
||||
# Options: get set delete incr decr cas touch flush
|
||||
# Options: get set delete incr decr case touch flush
|
||||
my $commands = $ENV{cmds} || "get set delete incr decr touch";
|
||||
|
||||
# This hash contains the information contained in two memcache commands
|
||||
|
@ -488,7 +488,7 @@ if (defined $ARGV[0] && $ARGV[0] eq 'autoconf') {
|
|||
which can be specified. Note we only specify the root graphs for the
|
||||
multigraphs, since the rest of the subgraphs will appear "behind" the
|
||||
root graphs. It also attempts to connect to the memcached service to
|
||||
verify it is infact running.
|
||||
verify it is in fact running.
|
||||
|
||||
=cut
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue