Speling.
diff --git a/vm/oo/Class.c b/vm/oo/Class.c
index 9f94c34..cc461e7 100644
--- a/vm/oo/Class.c
+++ b/vm/oo/Class.c
@@ -1395,7 +1395,7 @@
      * making it an informative abort rather than an assert).
      */
     if (dvmCheckException(self)) {
-        LOGE("Class lookup %s attemped while exception %s pending\n",
+        LOGE("Class lookup %s attempted while exception %s pending\n",
             descriptor, dvmGetException(self)->clazz->descriptor);
         dvmDumpAllThreads(false);
         dvmAbort();