summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Quei <paulquei@gmail.com>2014-03-19 15:18:54 +0800
committerNarayan Kamath <narayan@google.com>2015-01-02 10:21:55 +0000
commit65e37ee936e2406e58719584ce30b6aa21792ce0 (patch)
treeaf931812093cd1f295e0e4aa861085aa93061d8e
parent38c2dae5f12003ff39a5b1a5e46f079174fcedca (diff)
downloadframeworks_base-65e37ee936e2406e58719584ce30b6aa21792ce0.zip
frameworks_base-65e37ee936e2406e58719584ce30b6aa21792ce0.tar.gz
frameworks_base-65e37ee936e2406e58719584ce30b6aa21792ce0.tar.bz2
fix issuse 65774
"Some vendors have there own well defined specifications ...". Should be "Some vendors have their own well defined specifications ..." Change-Id: I0d770ac0591812c1c61389eb0078493098784323 Signed-off-by: Paul Quei <paulquei@gmail.com>
-rw-r--r--core/java/android/nfc/tech/Ndef.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/nfc/tech/Ndef.java b/core/java/android/nfc/tech/Ndef.java
index 5852ce4..fdccaae 100644
--- a/core/java/android/nfc/tech/Ndef.java
+++ b/core/java/android/nfc/tech/Ndef.java
@@ -51,7 +51,7 @@ import java.io.IOException;
* {@link Ndef} on NFC Forum Tag Types 1-4, and implement all NDEF operations
* as defined in this class.
*
- * <p>Some vendors have there own well defined specifications for storing NDEF data
+ * <p>Some vendors have their own well defined specifications for storing NDEF data
* on tags that do not fall into the above categories. Android devices with NFC
* should enumerate and implement {@link Ndef} under these vendor specifications
* where possible, but it is not mandatory. {@link #getType} returns a String