app/soc/views/helper/redirects.py
changeset 2707 ffabb3576744
parent 2704 d778f2b6191d
child 2726 0d9e4b0a9d3c
--- a/app/soc/views/helper/redirects.py	Sat Aug 01 15:55:33 2009 -0700
+++ b/app/soc/views/helper/redirects.py	Sat Aug 01 16:22:10 2009 -0700
@@ -220,7 +220,7 @@
   return result
 
 def getAcceptProjectRedirect(entity, params):
-  """Returns the redirect for withdraw_project access type.
+  """Returns the redirect for accept_project access type.
   """
 
   result = '/%s/accept_project/%s' % (
@@ -230,7 +230,7 @@
 
 
 def getWithdrawProjectRedirect(entity, params):
-  """Returns the redirect for withdraw_project access type.
+  """Returns the redirect for withdraw access type.
   """
 
   result = '/%s/withdraw_project/%s' % (