summaryrefslogtreecommitdiffstats
path: root/telephony/java/android/telephony/gsm
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2010-05-18 12:47:02 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2010-05-18 12:47:02 -0700
commit3aecdb9d7e92b1a91860600feefb5c0062b652cf (patch)
tree2a212c668f8cc17b8dc737670cfb19ccb4eb738e /telephony/java/android/telephony/gsm
parent5ccb8b8c4d6eabcc984559ef9e71efdbb3de00d3 (diff)
parente25863c9093d3f60a1f6feab1d17d38946a8d020 (diff)
downloadframeworks_base-3aecdb9d7e92b1a91860600feefb5c0062b652cf.zip
frameworks_base-3aecdb9d7e92b1a91860600feefb5c0062b652cf.tar.gz
frameworks_base-3aecdb9d7e92b1a91860600feefb5c0062b652cf.tar.bz2
merge from open-source master
Change-Id: Ib711450566694550d9cb9ba01c25599010d2e5e4
Diffstat (limited to 'telephony/java/android/telephony/gsm')
-rw-r--r--telephony/java/android/telephony/gsm/SmsManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony/java/android/telephony/gsm/SmsManager.java b/telephony/java/android/telephony/gsm/SmsManager.java
index 241c485..3b75298 100644
--- a/telephony/java/android/telephony/gsm/SmsManager.java
+++ b/telephony/java/android/telephony/gsm/SmsManager.java
@@ -56,7 +56,7 @@ import java.util.ArrayList;
* the current default SMSC
* @param text the body of the message to send
* @param sentIntent if not NULL this <code>PendingIntent</code> is
- * broadcast when the message is sucessfully sent, or failed.
+ * broadcast when the message is successfully sent, or failed.
* The result code will be <code>Activity.RESULT_OK<code> for success,
* or one of these errors:
* <code>RESULT_ERROR_GENERIC_FAILURE</code>