Skip to content
Snippets Groups Projects
Commit e3e2d0c5 authored by Robert Anderson's avatar Robert Anderson
Browse files

Small changes

Fixed spelling mistakes
parent 4158d5ba
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ sub addAttribute
$attribute->{'Name'} =~ s/\s*(\S+)\s*/$1/;
$attribute->{'Operator'} =~ s/\s*(\S+)\s*/$1/;
# Grab attribue name, operator and value
# Grab attribute name, operator and value
my $name = $attribute->{'Name'};
my $operator = $attribute->{'Operator'};
my $value = $attribute->{'Value'};
......
......@@ -241,7 +241,7 @@ sub get
return -1;
}
# Loop with group attributes
# Loop with user attributes
while (my $row = $sth->fetchrow_hashref()) {
addAttribute($server,\%attributes,\%vattributes,hashifyLCtoMC($row,qw(Name Operator Value)));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment