[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.21rc1-2-g506c4d3
Alex Vandiver
alexmv at bestpractical.com
Mon Jul 14 17:05:51 EDT 2014
The branch, 4.0-trunk has been updated
via 506c4d37d94bcff2f92468a3583bf42e9a529b45 (commit)
from cd31236d5598a3e1f7eb05908b434157f4552a64 (commit)
Summary of changes:
lib/RT/CurrentUser.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 506c4d37d94bcff2f92468a3583bf42e9a529b45
Author: Matt Zagrabelny <mzagrabe at d.umn.edu>
Date: Mon Jul 14 15:45:45 2014 -0500
fix transposition of vowels
diff --git a/lib/RT/CurrentUser.pm b/lib/RT/CurrentUser.pm
index c11d460..9613f53 100644
--- a/lib/RT/CurrentUser.pm
+++ b/lib/RT/CurrentUser.pm
@@ -54,7 +54,7 @@
use RT::CurrentUser;
- # laod
+ # load
my $current_user = RT::CurrentUser->new;
$current_user->Load(...);
# or
-----------------------------------------------------------------------
More information about the rt-commit
mailing list