From: Han-Wen Nienhuys Date: Wed, 17 Jan 2007 15:00:35 +0000 (+0100) Subject: typos. X-Git-Tag: release/2.11.12-1~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=14cbfd975bad2bd7ecec34e39c3b77be128d30df;p=lilypond.git typos. --- diff --git a/buildscripts/output-distance.py b/buildscripts/output-distance.py index 48d0d22b31..d066ff7af7 100644 --- a/buildscripts/output-distance.py +++ b/buildscripts/output-distance.py @@ -513,8 +513,8 @@ class ProfileFileLink (FileCompareLink): } for k in ('time', 'cells'): - real_val = math.tan (self.get_ratio (k) * 0.5* math.pi - dist += math.exp (fabs (real_val) * factor[k]) - 1 + real_val = math.tan (self.get_ratio (k) * 0.5* math.pi) + dist += math.exp (math.fabs (real_val) * factor[k]) - 1 dist = min (dist, 100) return dist