summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Marco Nelissen <marcone@google.com> 2009-09-17 09:44:43 -0700
committer Marco Nelissen <marcone@google.com> 2009-09-17 09:44:43 -0700
commitae87bd089aaa2f30b4e0d68fff25ea725a14aa9e (patch)
tree97eb4b3f44b174f9cd06a43c81adb16ab1c2afad
parent82df16c6543e2c47056c14799845621717ac2b3b (diff)
Fix typo
-rw-r--r--core/java/android/service/wallpaper/WallpaperService.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/service/wallpaper/WallpaperService.java b/core/java/android/service/wallpaper/WallpaperService.java
index cd5cf1027af4..da8d62c062fa 100644
--- a/core/java/android/service/wallpaper/WallpaperService.java
+++ b/core/java/android/service/wallpaper/WallpaperService.java
@@ -321,7 +321,7 @@ public abstract class WallpaperService extends Service {
* Called as the user performs touch-screen interaction with the
* window that is currently showing this wallpaper. Note that the
* events you receive here are driven by the actual application the
- * user is interacting with, so if it is slow you will get viewer
+ * user is interacting with, so if it is slow you will get fewer
* move events.
*/
public void onTouchEvent(MotionEvent event) {