Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-06-28 13:35:26 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-06-28 13:35:26 (GMT)
commitc1d27c90050eb42336a8a72b911137e43f05eb95 (patch)
treeb03a7e4221c5c2c4d6a071b05380a0bc80f77d6f
parent9f62ba036c238ffc3585418f5e967c183f7a3bd9 (diff)
typo
-rw-r--r--tuning_toolbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tuning_toolbar.py b/tuning_toolbar.py
index 4c67fe9..fc32cf8 100644
--- a/tuning_toolbar.py
+++ b/tuning_toolbar.py
@@ -307,7 +307,7 @@ class TuningToolbar(gtk.Toolbar):
else:
import commands
(status, output) = commands.getstatusoutput(
- 'speaker-test -t sine -l 1 -f %f' % (f))
+ 'speaker-test -t sine -l 1 -f %f' % (freq))
if status != 0:
log.warning('call to speaker-test failed?')
for c in range(self.activity.audiograb.channels):