From f739fc6f9badfb80a7720a2244e5a52745d09e05 Mon Sep 17 00:00:00 2001 From: Rafael Ortiz Date: Wed, 20 Jul 2011 16:08:58 +0000 Subject: fixing typo.< --- (limited to 'voice.py') diff --git a/voice.py b/voice.py index fc931a3..6b1f812 100644 --- a/voice.py +++ b/voice.py @@ -96,8 +96,8 @@ class Voice: friendlynameRP1 = None if friendlynameRP == 'rp': - friendlynameRP1 = 'English (Required Pronunciation)' - self.friendlyname = 'English (Required Pronunciation)' + friendlynameRP1 = 'English (Recieved Pronunciation)' + self.friendlyname = 'English (Recieved Pronunciation)' friendlynameUS = None if friendlyname == 'us': -- cgit v0.9.1