From 4611abf24d794aa3906bc8d8ba00e857278be5dd Mon Sep 17 00:00:00 2001 From: Rafael Ortiz Date: Thu, 21 Jul 2011 02:43:04 +0000 Subject: minor --- (limited to 'voice.py') diff --git a/voice.py b/voice.py index 6b1f812..79744ca 100644 --- a/voice.py +++ b/voice.py @@ -96,8 +96,8 @@ class Voice: friendlynameRP1 = None if friendlynameRP == 'rp': - friendlynameRP1 = 'English (Recieved Pronunciation)' - self.friendlyname = 'English (Recieved Pronunciation)' + friendlynameRP1 = 'English (Received Pronunciation)' + self.friendlyname = 'English (Received Pronunciation)' friendlynameUS = None if friendlyname == 'us': -- cgit v0.9.1