From 61d816ccbf9e179e5dd9abd4a6056bcaeef7fb05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20B=2E=20Brandenburg?= Date: Wed, 9 Jun 2010 12:02:20 -0400 Subject: fix spelling of bimodally --- plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plot.py') diff --git a/plot.py b/plot.py index 23f8ee5..c542506 100755 --- a/plot.py +++ b/plot.py @@ -79,7 +79,7 @@ def scenario_heading(conf, want_period=False): elif 'mixed' in conf: dist = dist + 'in [0.05, 0.95]' elif conf['dist'] == 'bimo': - dist = 'util. bimodially ' + dist = 'util. bimodally ' if 'light' in conf: dist = dist + 'in [0.001, 0.5] (8/9) and [0.5, 0.9] (1/9)' elif 'medium' in conf: -- cgit v1.2.2