[Rt-commit] [rtir] 03/07: Fix typo in reportertype hash key

Jim Brandt jbrandt at bestpractical.com
Tue Jul 2 15:25:59 EDT 2013


This is an automated email from the git hooks/post-receive script.

jbrandt pushed a commit to branch 2.9/update-2.5.1-update-saved-search
in repository rtir.

commit 5a5cb7cfb7c135eeb0643bd7766c74d37f152c1f
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Tue Jul 2 14:14:46 2013 -0400

    Fix typo in reportertype hash key
---
 etc/upgrade/2.5.1/content                     | 2 +-
 etc/upgrade/2.5.1/update_saved_searches.pl.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/upgrade/2.5.1/content b/etc/upgrade/2.5.1/content
index ee8265e..2c506a4 100644
--- a/etc/upgrade/2.5.1/content
+++ b/etc/upgrade/2.5.1/content
@@ -1,7 +1,7 @@
 
 my %special_rename = (
     howreported => 'How Reported',
-    resportertype => 'Reporter Type',
+    reportertype => 'Reporter Type',
     whereblocked => 'Where Blocked',
 );
 @Initial = (
diff --git a/etc/upgrade/2.5.1/update_saved_searches.pl.in b/etc/upgrade/2.5.1/update_saved_searches.pl.in
index 5e76d4a..5c6d9c4 100644
--- a/etc/upgrade/2.5.1/update_saved_searches.pl.in
+++ b/etc/upgrade/2.5.1/update_saved_searches.pl.in
@@ -59,7 +59,7 @@ RT->Init;
 
 my %special_rename = (
     howreported => 'How Reported',
-    resportertype => 'Reporter Type',
+    reportertype => 'Reporter Type',
     whereblocked => 'Where Blocked',
 );
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Rt-commit mailing list