Author: fapeeler
Date: Mon Dec  7 21:18:46 2009
New Revision: 888139

URL: http://svn.apache.org/viewvc?rev=888139&view=rev
Log:
typo

Modified:
    incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_1.pm

Modified: 
incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_1.pm
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_1.pm?rev=888139&r1=888138&r2=888139&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_1.pm 
(original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/Module/Predictive/Level_1.pm Mon 
Dec  7 21:18:46 2009
@@ -357,7 +357,7 @@
                push(@loaded, $row{currentimageid});
        }
        my $already_loaded_once = @loaded;
-       notify($ERRORS{'OK'}, 0, "$notify_prefix $already_loaded_once of 
$numselected_imagids available images already loaded at least once");
+       notify($ERRORS{'OK'}, 0, "$notify_prefix $already_loaded_once of 
$numselected_imagids available images loaded at least once");
 
        # which of those are not loaded (find difference of @imagids and 
@loaded)
        my (@intersection, @notloaded, $element);
@@ -369,7 +369,7 @@
        }
 
        my $not_loaded = @notloaded;
-       notify($ERRORS{'OK'}, 0, "$notify_prefix $not_loaded of 
$numselected_imagids total images that are available for selection");
+       notify($ERRORS{'OK'}, 0, "$notify_prefix $not_loaded of 
$numselected_imagids total images available for selection");
 
        # get the most popular in $timeframe
        $inlist = join(',', @notloaded);
@@ -393,7 +393,7 @@
        }
        my $imageid = $data[0]{imageid};
 
-       notify($ERRORS{'OK'}, 0, "$notify_prefix  imageid= $imageid is most 
popular image duing last $timeframe");
+       notify($ERRORS{'OK'}, 0, "$notify_prefix  imageid= $imageid is most 
popular image during last $timeframe");
 
        # get extra data about the image
        my $select_extra = "


Reply via email to