snot spacing
authorivan <ivan>
Fri, 29 Dec 2006 08:24:41 +0000 (08:24 +0000)
committerivan <ivan>
Fri, 29 Dec 2006 08:24:41 +0000 (08:24 +0000)
FS/FS/part_pkg.pm

index d976584..788c0f7 100644 (file)
@@ -690,7 +690,7 @@ sub option {
                      split("\n", $self->get('plandata') );
   return $plandata{$opt} if exists $plandata{$opt};
   cluck "WARNING: (pkgpart ". $self->pkgpart. ") Package def option $opt ".
-        "NOT found in options or plandata!\n"
+        "not found in options or plandata!\n"
     unless $ornull;
   '';
 }