summaryrefslogtreecommitdiff
path: root/telephony/java
diff options
context:
space:
mode:
authorNathan Harold <nharold@google.com>2021-04-29 15:30:54 -0700
committerNathan Harold <nharold@google.com>2021-04-29 15:30:54 -0700
commitee37ef15d44c01146543740c89546e513aa61fc1 (patch)
treedb156839a6a975f811f5824a8a909a543a9719dc /telephony/java
parent2e67798711c029f6f45f8c2347591c1eb046a436 (diff)
Fix Typo in CellIdentityNr
s/fomrat/format/ Bug: 176222981 Test: compilation (docstring only change) Change-Id: I9c488d468f3e9f207922b13c16dccbaa96c0df7f
Diffstat (limited to 'telephony/java')
-rw-r--r--telephony/java/android/telephony/CellIdentityNr.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony/java/android/telephony/CellIdentityNr.java b/telephony/java/android/telephony/CellIdentityNr.java
index 0dfc7f6df27d..b3ec1f0415e4 100644
--- a/telephony/java/android/telephony/CellIdentityNr.java
+++ b/telephony/java/android/telephony/CellIdentityNr.java
@@ -231,7 +231,7 @@ public final class CellIdentityNr extends CellIdentity {
}
/**
- * @return Mobile Network Code in string fomrat, or {@code null} if unknown.
+ * @return Mobile Network Code in string format, or {@code null} if unknown.
*/
@Nullable
public String getMncString() {