[padb-devel] [padb] r227 committed - Fix a couple of spelling mistakes and other issues in the output.

codesite-noreply at google.com codesite-noreply at google.com
Thu Sep 10 16:34:04 BST 2009


Revision: 227
Author: apittman
Date: Thu Sep 10 08:33:21 2009
Log: Fix a couple of spelling mistakes and other issues in the output.

http://code.google.com/p/padb/source/detail?r=227

Modified:
  /branches/cleanup/src/padb

=======================================
--- /branches/cleanup/src/padb	Tue Sep  8 13:57:32 2009
+++ /branches/cleanup/src/padb	Thu Sep 10 08:33:21 2009
@@ -3504,7 +3504,7 @@
      }

      if ( $conf{verbose} and defined $req->{cargs} ) {
-        print "Mode '$req->{mode}' mode specific flags:\n";
+        print "Mode '$req->{mode}' mode specific options:\n";
          foreach my $arg ( sort keys %{ $req->{cargs} } ) {
              if ( defined $req->{cargs}{$arg} ) {
                  printf "%20s : '%s'\n", $arg, $req->{cargs}{$arg};
@@ -7155,7 +7155,7 @@
              my @e = split qr{\n}, $error;
              $netdata->{host_responce} = "error";
              foreach my $proc ( @{$pid_list} ) {
-                target_error( $proc->{vp}, "Critial error: ($e[0])" );
+                target_error( $proc->{vp}, "Critical error: ($e[0])" );
              }
            }
      } else {
@@ -7173,7 +7173,7 @@
                  my $error = $@;
                  my @e = split qr{\n}, $error;
                  $netdata->{host_responce} = "error";
-                target_error( $vp, "Critial error: ($e[0])" );
+                target_error( $vp, "Critical error: ($e[0])" );
                }
          }





More information about the padb-devel mailing list