diff options
author | Alec Warner <antarus@gentoo.org> | 2013-12-16 19:58:13 -0800 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2013-12-16 19:58:13 -0800 |
commit | 035bbf0e545d3734fd470bd982f29075c2e6643e (patch) | |
tree | 6a4339a613160296b03e4b0536d03e57310d1bf6 | |
parent | Add ostc image per bug 477374 (diff) | |
download | gentoo-ads-config-035bbf0e545d3734fd470bd982f29075c2e6643e.tar.gz gentoo-ads-config-035bbf0e545d3734fd470bd982f29075c2e6643e.tar.bz2 gentoo-ads-config-035bbf0e545d3734fd470bd982f29075c2e6643e.zip |
Fix typoes.
-rw-r--r-- | gentoo_sponsors.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gentoo_sponsors.py b/gentoo_sponsors.py index fd84a0f..6e921a2 100644 --- a/gentoo_sponsors.py +++ b/gentoo_sponsors.py @@ -124,11 +124,11 @@ ads = [ 'name': 'OSTC', 'type': 'img', 'img': 'sponsors/ostc-ad.png', - 'title': 'OSTC' + 'title': 'OSTC', 'tier': 1, - 'weight', 10, + 'weight': 10, 'url': 'http://www.ostc.com/', 'height': 114, - 'width', 88, + 'width': 88, }, ] |