am 4ee93666: am e4260f4e: Fix build.

Merge commit '4ee936667181975cd755acd81c653ba686d6106d' into eclair-mr2-plus-aosp

* commit '4ee936667181975cd755acd81c653ba686d6106d':
  Fix build.
diff --git a/core/java/android/service/wallpaper/WallpaperService.java b/core/java/android/service/wallpaper/WallpaperService.java
index 8000ad3..ccb8f1c 100644
--- a/core/java/android/service/wallpaper/WallpaperService.java
+++ b/core/java/android/service/wallpaper/WallpaperService.java
@@ -48,7 +48,7 @@
  * A wallpaper service is responsible for showing a live wallpaper behind
  * applications that would like to sit on top of it.  This service object
  * itself does very little -- its only purpose is to generate instances of
- * {@link WallpaperSerice.Engine} as needed.  Implementing a wallpaper thus
+ * {@link Engine} as needed.  Implementing a wallpaper thus
  * involves subclassing from this, subclassing an Engine implementation,
  * and implementing {@link #onCreateEngine()} to return a new instance of
  * your engine.