From: Andy Spencer Date: Mon, 10 Feb 2014 01:59:35 +0000 (+0000) Subject: Fix typo X-Git-Url: http://pileus.org/git/?p=~andy%2Fcsm213a-hw;a=commitdiff_plain;h=bb2292080a5abd9cc8a311a5aee97afcf65a00d4 Fix typo --- diff --git a/vis/config.py b/vis/config.py index 5e5ce4a..07151fe 100644 --- a/vis/config.py +++ b/vis/config.py @@ -32,7 +32,7 @@ class Config: 'rate': { 'acc': 1, 'mag': 1, - 'lgh': 1, + 'lgt': 1, 'tch': 1, 'a2d': 1, },