Fix typos

This commit is contained in:
Marco Nelissen
2009-05-12 14:15:17 -07:00
parent 9593e0a007
commit 24d1056ec4

View File

@@ -132,8 +132,8 @@ public abstract class KeyguardViewBase extends FrameLayout {
}
/**
* Allows the media keys to work when the keygaurd is showing.
* The media keys should be of no interest to the actualy keygaurd view(s),
* Allows the media keys to work when the keyguard is showing.
* The media keys should be of no interest to the actual keyguard view(s),
* so intercepting them here should not be of any harm.
* @param event The key event
* @return whether the event was consumed as a media key.