[tor-commits] [tor/master] Fix a docstring
    nickm at torproject.org 
    nickm at torproject.org
       
    Mon May  9 17:35:43 UTC 2011
    
    
  
commit 532c13693e97565fe50a8a788d669d3ec94ad822
Author: Sebastian Hahn <sebastian at torproject.org>
Date:   Tue Apr 26 02:16:24 2011 +0200
    Fix a docstring
---
 src/or/control.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/or/control.c b/src/or/control.c
index 9f7739a..28780d2 100644
--- a/src/or/control.c
+++ b/src/or/control.c
@@ -3875,7 +3875,7 @@ static int bootstrap_problems = 0;
  * information and initial circuits.
  *
  * <b>status</b> is the new status, that is, what task we will be doing
- * next. <b>percent</b> is zero if we just started this task, else it
+ * next. <b>progress</b> is zero if we just started this task, else it
  * represents progress on the task. */
 void
 control_event_bootstrap(bootstrap_status_t status, int progress)
    
    
More information about the tor-commits
mailing list