OSDN Git Service

Code sanitization
[android-x86/packages-apps-Launcher3.git] / src / com / android / launcher3 / allapps / AllAppsFastScrollHelper.java
index 76934af..808de47 100644 (file)
@@ -34,7 +34,7 @@ public class AllAppsFastScrollHelper implements AllAppsGridAdapter.BindViewCallb
     private AllAppsRecyclerView mRv;
     private AlphabeticalAppsList mApps;
 
-    // Keeps track of the current and targetted fast scroll section (the section to scroll to after
+    // Keeps track of the current and targeted fast scroll section (the section to scroll to after
     // the initial delay)
     int mTargetFastScrollPosition = -1;
     @Thunk String mCurrentFastScrollSection;