[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-211-gd4fe09c
Thomas Sibley
trs at bestpractical.com
Wed Aug 4 13:52:10 EDT 2010
The branch, 3.9-trunk has been updated
via d4fe09c49ec6377fb183754d76e09d3d480d5799 (commit)
from 5602a094a9e3ba434283e69b589f6d2328dd80cf (commit)
Summary of changes:
share/html/Ticket/Elements/PreviewScrips | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit d4fe09c49ec6377fb183754d76e09d3d480d5799
Author: Thomas Sibley <trs at bestpractical.com>
Date: Wed Aug 4 13:33:23 2010 -0400
Typo fix
diff --git a/share/html/Ticket/Elements/PreviewScrips b/share/html/Ticket/Elements/PreviewScrips
index 2fe73e0..3a117f5 100755
--- a/share/html/Ticket/Elements/PreviewScrips
+++ b/share/html/Ticket/Elements/PreviewScrips
@@ -160,7 +160,7 @@ my ( $Transaction, $Description, $Object ) = $TicketObj->$action(
DryRun => 1
);
unless ( $Transaction ) {
- $RT::Logger->error("Coulfn't fire '$action' action: $Description");
+ $RT::Logger->error("Couldn't fire '$action' action: $Description");
}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list