OSDN Git Service

docs: Fixed misspelling in "Address" class overview.
authorKevin Hufnagle <khufnagle@google.com>
Thu, 22 Sep 2016 23:14:27 +0000 (16:14 -0700)
committerKevin Hufnagle <khufnagle@google.com>
Thu, 22 Sep 2016 23:14:27 +0000 (16:14 -0700)
Bug: 30608455
Change-Id: Ic7d8492b15eeffe32393c018f3512101d5f0bcae

location/java/android/location/Address.java

index b152f48..335ad5e 100644 (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 {