|
From: <di...@us...> - 2008-11-19 19:33:35
|
Revision: 627
http://safekeep.svn.sourceforge.net/safekeep/?rev=627&view=rev
Author: dimi
Date: 2008-11-19 19:33:33 +0000 (Wed, 19 Nov 2008)
Log Message:
-----------
Fix a few typos
Modified Paths:
--------------
safekeep/trunk/safekeep
Modified: safekeep/trunk/safekeep
===================================================================
--- safekeep/trunk/safekeep 2008-11-19 19:21:51 UTC (rev 626)
+++ safekeep/trunk/safekeep 2008-11-19 19:33:33 UTC (rev 627)
@@ -784,7 +784,7 @@
trickle += ' -u ' + limit_ul
if trickle:
- if !try_to_run(trickle_cmd + ' -V'):
+ if not try_to_run(trickle_cmd + ' -V'):
warn('Trickle not available, bandwidth limiting disabled')
trickle = ''
@@ -1301,7 +1301,7 @@
cfgfile = config_file
props = {}
- def get_int(prop):
+ def get_int(p):
v = props.get(p)
if v is not None and v is not '':
return int(v)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|