From 611db3ed7b512c7909c259e8db03c6e993834258 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Tue, 30 Jul 2013 15:22:23 +0200 Subject: [PATCH] fix typos --- ox/text.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ox/text.py b/ox/text.py index af2e33b..09d4013 100644 --- a/ox/text.py +++ b/ox/text.py @@ -78,7 +78,7 @@ UA_NAMES = { 'S': 'Nokia', 'Series': 'Nokia', 'Win': 'Windows', - 'Windows Phone OS': 'Windows Phone' + 'Windows Phone OS': 'Windows Phone', 'X11': 'Linux' } } @@ -175,7 +175,7 @@ UA_VERSIONS = { '10.6': '10.6 (Snow Leopard)', '10.7': '10.7 (Lion)', '10.8': '10.8 (Mountain Lion)', - '10.9': '10.9 (Mavericks),' + '10.9': '10.9 (Mavericks)', '40': 'Series 40', '60': 'Series 60', 'NT 3.1': 'NT 3.1 (3.1)',