OSDN Git Service

fix typo in comment @beamsOverlap
authormadan ankapura <mankapur@sta.samsung.com>
Sun, 12 Sep 2010 16:09:05 +0000 (09:09 -0700)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 5 Aug 2011 08:09:42 +0000 (16:09 +0800)
Change-Id: I7c7f8e94391ed71a54b65badea164286281df7e3

core/java/android/view/FocusFinder.java

index 15fb839..8ad9a62 100644 (file)
@@ -266,7 +266,7 @@ public class FocusFinder {
 
 
     /**
-     * Do the "beams" w.r.t the given direcition's axos of rect1 and rect2 overlap?
+     * Do the "beams" w.r.t the given direcition's axis of rect1 and rect2 overlap?
      * @param direction the direction (up, down, left, right)
      * @param rect1 The first rectangle
      * @param rect2 The second rectangle