diff options
| author | Blake Lawson <blaws@google.com> | 2018-08-23 21:08:12 -0700 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2018-08-23 21:08:12 -0700 |
| commit | a42857e3a4e5930b544cb7a39d12fa036acf3948 (patch) | |
| tree | 872bbc2bd91dc23eb49895d0575547c47684ff1a /core/java/android | |
| parent | e06ae295a2af2168e0eb017f317e015d0d2f41d2 (diff) | |
| parent | 7b7e05459f8fd191b5ace355ef70c74b8b223a0c (diff) | |
Merge "Fix typo in IpConfiguration comment"
am: 7b7e05459f
Change-Id: Ife540b3bda671dcb8016dae86f221a62063bd464
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/net/IpConfiguration.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/net/IpConfiguration.java b/core/java/android/net/IpConfiguration.java index 7543920e363f..3319f33878c1 100644 --- a/core/java/android/net/IpConfiguration.java +++ b/core/java/android/net/IpConfiguration.java @@ -35,7 +35,7 @@ public class IpConfiguration implements Parcelable { * with staticIpConfiguration */ @UnsupportedAppUsage STATIC, - /* Use dynamically configured IP settigns */ + /* Use dynamically configured IP settings */ DHCP, /* no IP details are assigned, this is used to indicate * that any existing IP settings should be retained */ |
