]> xenbits.xensource.com Git - people/royger/osstest.git/commitdiff
TO MERGE: fixup typo
authorRoger Pau Monne <roger.pau@citrix.com>
Wed, 4 Jul 2018 11:46:43 +0000 (13:46 +0200)
committerRoger Pau Monne <roger.pau@citrix.com>
Wed, 4 Jul 2018 11:46:43 +0000 (13:46 +0200)
Osstest/ResourceCondition/PropCompareBase.pm

index 5aff8f34dff1f3ed02b3b0fc99e2d7080f4ea02e..d67b39d203b1560e9b90f40f1ca09041842acb2d 100644 (file)
@@ -74,7 +74,7 @@ END
 
 sub check {
     my ($pc, $restype, $resname) = @_;
-    my $proval = $pc->_get_val($pc, $restype, $resname);
+    my $propval = $pc->_get_val($pc, $restype, $resname);
     return $pc->_check($propval);
 }