Fix misspelling in JavaDoc tag

Minor misspelling in "@inheritDoc" tag

Change-Id: I1e6252b549c20e1871e4be0170d2d06256beec9f
This commit is contained in:
Kenny Root
2010-03-01 15:01:51 -08:00
parent aceb6fe23e
commit ec8f9b6481

View File

@@ -91,7 +91,7 @@ public class AuthenticatorDescription implements Parcelable {
return "AuthenticatorDescription {type=" + type + "}";
}
/** @inhericDoc */
/** @inheritDoc */
public void writeToParcel(Parcel dest, int flags) {
dest.writeString(type);
dest.writeString(packageName);