[svk-commit] r2406 - trunk/lib/SVK

nobody at bestpractical.com nobody at bestpractical.com
Mon Jun 11 20:56:57 EDT 2007


Author: ruz
Date: Mon Jun 11 20:56:55 2007
New Revision: 2406

Modified:
   trunk/lib/SVK/Path.pm

Log:
* typo

Modified: trunk/lib/SVK/Path.pm
==============================================================================
--- trunk/lib/SVK/Path.pm	(original)
+++ trunk/lib/SVK/Path.pm	Mon Jun 11 20:56:55 2007
@@ -539,7 +539,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