From 24d1056ec4b268280fbbdc1535801c045ba02205 Mon Sep 17 00:00:00 2001 From: Marco Nelissen Date: Tue, 12 May 2009 14:15:17 -0700 Subject: [PATCH] Fix typos --- policy/com/android/internal/policy/impl/KeyguardViewBase.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/com/android/internal/policy/impl/KeyguardViewBase.java b/policy/com/android/internal/policy/impl/KeyguardViewBase.java index 2b44d45b1cb35..9dcbcb6500caa 100644 --- a/policy/com/android/internal/policy/impl/KeyguardViewBase.java +++ b/policy/com/android/internal/policy/impl/KeyguardViewBase.java @@ -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.