[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.11rc1-23-g9488f9f

Kevin Falcone falcone at bestpractical.com
Wed Apr 3 14:02:36 EDT 2013


The branch, 4.0-trunk has been updated
       via  9488f9fa325f8a4efbdcd3fd5725c06744c555c0 (commit)
      from  f6885efc1261fa0acaffe4af2f59985ce02801f0 (commit)

Summary of changes:
 sbin/rt-validator.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 9488f9fa325f8a4efbdcd3fd5725c06744c555c0
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Wed Apr 3 13:44:39 2013 -0400

    Typo in an infrequently seen error description

diff --git a/sbin/rt-validator.in b/sbin/rt-validator.in
index dcf72b8..d902801 100644
--- a/sbin/rt-validator.in
+++ b/sbin/rt-validator.in
@@ -894,7 +894,7 @@ push @CHECKS, 'LastUpdatedBy and Creator' => sub {
                         'Replace',
                         "Column $column should point to a user, but there is record #$id in table $table\n"
                         ."where it's not true. It's ok to replace these wrong references with id of any user.\n"
-                        ."Note that id you enter is not checked. You can peak any user from your DB, but it's\n"
+                        ."Note that id you enter is not checked. You can pick any user from your DB, but it's\n"
                         ."may be better to create a special user for this, for example 'user_that_has_been_deleted'\n"
                         ."or something like that.",
                         "$table.$column -> user #$prop{$column}"

-----------------------------------------------------------------------


More information about the Rt-commit mailing list