summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorJoshua Baxter <jbax@google.com>2019-11-06 00:05:24 +0000
committerJoshua Baxter <jbax@google.com>2019-11-06 21:13:25 +0000
commit9bc8e0cb53496de47c73aa0936e1b4e666f369dd (patch)
tree32524be18662140b917cb7516a4f84f76bfb66ec /core/java/android
parent4fa49b45411bf79fe2dde0ae68292b112895d938 (diff)
docs: fix a couple of minor typos
test: make ds-docs Change-Id: Ia68f66980e447209efb8102a156f78314c199f56 bug: 36979979 Exempt-From-Owner-Approval: docs-only change
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/net/nsd/NsdManager.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/net/nsd/NsdManager.java b/core/java/android/net/nsd/NsdManager.java
index 535bf675cd0e..64f20b839a63 100644
--- a/core/java/android/net/nsd/NsdManager.java
+++ b/core/java/android/net/nsd/NsdManager.java
@@ -49,8 +49,8 @@ import java.util.concurrent.CountDownLatch;
* limited to a local network over Multicast DNS. DNS service discovery is described at
* http://files.dns-sd.org/draft-cheshire-dnsext-dns-sd.txt
*
- * <p> The API is asynchronous and responses to requests from an application are on listener
- * callbacks on a seperate internal thread.
+ * <p> The API is asynchronous, and responses to requests from an application are on listener
+ * callbacks on a separate internal thread.
*
* <p> There are three main operations the API supports - registration, discovery and resolution.
* <pre>