[wpdev-commits] xmlscripts/scripts/speech barber.py,1.8,1.9
Brought to you by:
rip,
thiagocorrea
|
From: <as...@us...> - 2004-01-12 23:25:26
|
Update of /cvsroot/wpdev/xmlscripts/scripts/speech In directory sc8-pr-cvs1:/tmp/cvs-serv23022 Modified Files: barber.py Log Message: fixed a typo Index: barber.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/speech/barber.py,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** barber.py 23 Sep 2003 12:22:46 -0000 1.8 --- barber.py 12 Jan 2004 23:25:23 -0000 1.9 *************** *** 44,48 **** if speaker.id != 0x190 and speaker.id != 0x191: ! listener.say( "I can't cat your hair!",5 ) return 1 --- 44,48 ---- if speaker.id != 0x190 and speaker.id != 0x191: ! listener.say( "I can't cut your hair!",5 ) return 1 |