docs: Fixed misspelling in "Address" class overview. am: b10a6dc963

am: 2ac942018a

Change-Id: I8a688d50e7127a8005658b1c2c461bed8d91c974
This commit is contained in:
Kevin Hufnagle
2016-09-27 00:00:27 +00:00
committed by android-build-merger

View File

@@ -28,7 +28,7 @@ import android.os.Parcelable;
/**
* A class representing an Address, i.e, a set of Strings describing a location.
*
* The addres format is a simplified version of xAL (eXtensible Address Language)
* The address format is a simplified version of xAL (eXtensible Address Language)
* http://www.oasis-open.org/committees/ciq/ciq.html#6
*/
public class Address implements Parcelable {