[svk-commit] r2494 - branches/2.0-releng/lib/SVK
    nobody at bestpractical.com 
    nobody at bestpractical.com
       
    Tue Jul 17 12:00:39 EDT 2007
    
    
  
Author: clkao
Date: Tue Jul 17 12:00:38 2007
New Revision: 2494
Modified:
   branches/2.0-releng/lib/SVK/Path.pm
Log:
merge from trunk:
 r2406 at trunk:  ruz | 2007-06-12 01:56:55 +0100
 * typo
Modified: branches/2.0-releng/lib/SVK/Path.pm
==============================================================================
--- branches/2.0-releng/lib/SVK/Path.pm	(original)
+++ branches/2.0-releng/lib/SVK/Path.pm	Tue Jul 17 12:00:38 2007
@@ -441,7 +441,7 @@
 
 sub copy_ancestors {
     my $self = shift;
-    @{ $self->{copy_ancesotrs}{$self->path}{$self->revision} ||=
+    @{ $self->{copy_ancestors}{$self->path}{$self->revision} ||=
 	   [$self->_copy_ancestors] };
 }
 
    
    
More information about the svk-commit
mailing list