Author: kmorin Date: 2014-03-21 14:56:58 +0100 (Fri, 21 Mar 2014) New Revision: 2 Url: http://forge.chorem.org/projects/say-my-texts/repository/revisions/2 Log: add ignores Modified: trunk/ trunk/src/org/chorem/android/saymytexts/SayMyTextService.java Property changes on: trunk ___________________________________________________________________ Added: svn:ignore + *.idea gen target local.properties *.iml Modified: trunk/src/org/chorem/android/saymytexts/SayMyTextService.java =================================================================== --- trunk/src/org/chorem/android/saymytexts/SayMyTextService.java 2014-03-21 13:45:03 UTC (rev 1) +++ trunk/src/org/chorem/android/saymytexts/SayMyTextService.java 2014-03-21 13:56:58 UTC (rev 2) @@ -30,7 +30,7 @@ public static final String INTENT_EXTRA_SMS_SENDER = "smsSender"; protected TextToSpeech textToSpeech; - // text to read, received before the textospeech is ready + // texts to read, received before the textospeech is ready protected List<String> awaitingTexts = new ArrayList<String>(); @Override
participants (1)
-
kmorin@users.chorem.org