From 65e37ee936e2406e58719584ce30b6aa21792ce0 Mon Sep 17 00:00:00 2001 From: Paul Quei Date: Wed, 19 Mar 2014 15:18:54 +0800 Subject: [PATCH] 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 --- core/java/android/nfc/tech/Ndef.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/nfc/tech/Ndef.java b/core/java/android/nfc/tech/Ndef.java index 5852ce4ab9dc0..fdccaae9cb1b9 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. * - *

Some vendors have there own well defined specifications for storing NDEF data + *

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