From cc6bd5a0d3f679d2820e2d61ea868ba6a58fc186 Mon Sep 17 00:00:00 2001 From: Wei Huang Date: Mon, 24 Aug 2009 14:29:44 -0700 Subject: [PATCH] fix typo --- core/java/android/provider/Settings.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 588068e5c383f..decf6fc774bf1 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -2935,8 +2935,8 @@ public final class Settings { * it so the UI can give it some special treatment when displaying the "time sent" for * it. This setting is to control what x is. */ - public static final String GTALK_OLD_CHAT_MESSAGE_THREADHOLD_IN_SEC = - "gtalk_old_chat_msg_threadhold_in_sec"; + public static final String GTALK_OLD_CHAT_MESSAGE_THRESHOLD_IN_SEC = + "gtalk_old_chat_msg_threshold_in_sec"; /** * a setting to control the max connection history record GTalkService stores.