[Rt-commit] r8800 - in rt/branches/3.7-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Tue Aug 28 14:45:35 EDT 2007


Author: ruz
Date: Tue Aug 28 14:45:35 2007
New Revision: 8800

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm

Log:
 r8745 at cubic-pc (orig r8744):  sartak | 2007-08-27 20:28:11 +0400
  r19938 at onn:  sartak | 2007-08-24 18:54:08 -0400
  Typo fixes
 


Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm	(original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm	Tue Aug 28 14:45:35 2007
@@ -1624,7 +1624,7 @@
         if ( $tag eq 'pub' ) {
             my %info;
             @info{ qw(
-                Trust KeyLenght Algorithm Key
+                Trust KeyLength Algorithm Key
                 Created Expire Empty OwnerTrust
                 Empty Empty KeyCapabilities Other
             ) } = split /:/, $line, 12;
@@ -1637,7 +1637,7 @@
         elsif ( $tag eq 'sec' ) {
             my %info;
             @info{ qw(
-                Empty KeyLenght Algorithm Key
+                Empty KeyLength Algorithm Key
                 Created Expire Empty OwnerTrust
                 Empty Empty KeyCapabilities Other
             ) } = split /:/, $line, 12;


More information about the Rt-commit mailing list