From: chleun.moon Date: Tue, 28 Aug 2018 04:25:13 +0000 (+0900) Subject: Fix typo X-Git-Tag: submit/tizen/20180828.043551^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F10%2F187710%2F1;p=platform%2Fcore%2Fapi%2Fnsd.git Fix typo Change-Id: I2f5f0dd3fe11ada26aff4cb4a0024fd064afb88b Signed-off-by: Cheoleun Moon Change-Id22: Id17188a5470a8165dcde400bfdc4994702636664 Signed-off-by: Cheoleun Moon --- diff --git a/include/dns-sd.h b/include/dns-sd.h index 2343593..9b93896 100644 --- a/include/dns-sd.h +++ b/include/dns-sd.h @@ -241,7 +241,7 @@ int dnssd_service_set_port(dnssd_service_h local_service, int port); * @param[in] key The key of the TXT record. A null-terminated string which only * contains printable ASCII values (0x20-0x7E), excluding '=' (0x3D). * Keys should be 9 characters or fewer excluding NULL. Keys are case - * insensitivie. Keys for known service types can be found at + * insensitive. Keys for known service types can be found at * http://www.dns-sd.org/ServiceTypes.html. For details, see section * 6.4 of http://files.dns-sd.org/draft-cheshire-dnsext-dns-sd.txt. * @param[in] length The length of the value of the TXT record in bytes. The