From 2f853ea47a194680657ddc2cc54336a14f38b8ba Mon Sep 17 00:00:00 2001 From: Mike LeBeau Date: Thu, 11 Feb 2010 16:31:34 -0800 Subject: [PATCH] Improve a comment in RecognitionService. --- core/java/android/speech/RecognitionService.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/java/android/speech/RecognitionService.java b/core/java/android/speech/RecognitionService.java index 5de6cf071579e..941b70c065f63 100644 --- a/core/java/android/speech/RecognitionService.java +++ b/core/java/android/speech/RecognitionService.java @@ -30,8 +30,8 @@ import android.util.Log; /** * This class provides a base class for recognition service implementations. This class should be - * extended only in case you wish to implement a new speech recognizer. Please not that the - * implementation of this service is state-less. + * extended only in case you wish to implement a new speech recognizer. Please note that the + * implementation of this service is stateless. */ public abstract class RecognitionService extends Service { /**