diff options
| author | Lioncash <mathew1800@gmail.com> | 2013-08-25 23:49:51 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2013-08-25 23:49:51 -0400 |
| commit | 9dfb6dfd7fb048e3690c8c21ea62be2c7b74eba2 (patch) | |
| tree | ee81faf0b2612b2501a003690d014a11b45ced16 /Source | |
| parent | 786f09b1fa002393fec3507366b3f3d89b4e3b2b (diff) | |
[Android] Fixed a typo in the event callback system documentation.
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Android/src/org/dolphinemu/dolphinemu/settings/PrefsActivity.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/src/org/dolphinemu/dolphinemu/settings/PrefsActivity.java b/Source/Android/src/org/dolphinemu/dolphinemu/settings/PrefsActivity.java index e45281e40d..aae92efc8a 100644 --- a/Source/Android/src/org/dolphinemu/dolphinemu/settings/PrefsActivity.java +++ b/Source/Android/src/org/dolphinemu/dolphinemu/settings/PrefsActivity.java @@ -112,7 +112,7 @@ public final class PrefsActivity extends Activity implements ActionBar.TabListen // // This class is a hydro-electric station that provides 'electricity' (key/motion events) // to a series of 'houses' (in this case, fragments that implement the OnMotionConfigListener interface, or - // fragments that are housed within the ViewPager of this activity. So in a sense, the handline of + // fragments that are housed within the ViewPager of this activity. So in a sense, the handling of // key/motion events 'flows' from this class to the fragments housed in the ViewPager. // // While every single key/motion event is intercepted, every single intercepted event DOES NOT |
