From 768233a5909156bd8a2ea7b499200807fb248a07 Mon Sep 17 00:00:00 2001 From: jhenstridge Date: Thu, 22 Jul 2004 08:58:18 +0000 Subject: [PATCH] fix up typo in comment. git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@892 8cb11bc2-c004-0410-86c3-e597b4017df7 --- lib/viewcvs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/viewcvs.py b/lib/viewcvs.py index e381f7a1..849705fa 100644 --- a/lib/viewcvs.py +++ b/lib/viewcvs.py @@ -440,7 +440,7 @@ class Request: view_func = None # For diffs on Subversion repositories, set rev to the value of r2 - # otherwise, we get 404's on movied files + # otherwise, we get 404's on moved files if view_func is view_diff and self.roottype == 'svn' \ and not params.has_key('rev'): params['rev'] = params.get('r2')