Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ssinyagin committed Jun 19, 2012
1 parent 4a727e7 commit 53c0148
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/RRD/Tweak.pm
Expand Up @@ -428,7 +428,7 @@ sub load_file {
# populate $self->{'rra'}[$rra]->{'cdp_prep_defaults'} # populate $self->{'rra'}[$rra]->{'cdp_prep_defaults'}
my $n_rra = scalar(@{$self->{'rra'}}); my $n_rra = scalar(@{$self->{'rra'}});
for( my $rra=0; $rra < $n_rra; $rra++) { for( my $rra=0; $rra < $n_rra; $rra++) {
$self->_default_cdp_prep_attrinutes($rra); $self->_default_cdp_prep_attributes($rra);
} }


if( not $self->validate() ) { if( not $self->validate() ) {
Expand Down Expand Up @@ -636,7 +636,7 @@ sub create {
# populates $self->{'rra'}[$rra]->{'cdp_prep_defaults'} # populates $self->{'rra'}[$rra]->{'cdp_prep_defaults'}
# see details in rrd_create.c # see details in rrd_create.c


sub _default_cdp_prep_attrinutes { sub _default_cdp_prep_attributes {
my $self = shift; my $self = shift;
my $rra = shift; my $rra = shift;


Expand Down Expand Up @@ -1059,7 +1059,7 @@ sub add_rra {


# populate cdp_prep_defaults for the newly created RRA # populate cdp_prep_defaults for the newly created RRA


$self->_default_cdp_prep_attrinutes($new_rra); $self->_default_cdp_prep_attributes($new_rra);


# create cdp_prep entries # create cdp_prep entries


Expand Down

0 comments on commit 53c0148

Please sign in to comment.