Fix typos and spelling.
This commit is contained in:
committed by
Robert Osfield
parent
c3008512f1
commit
02c310982e
@@ -990,7 +990,7 @@ DNSServiceErrorType DNSSD_API DNSServiceRegister
|
||||
*
|
||||
* sdRef: A DNSServiceRef initialized by DNSServiceRegister().
|
||||
*
|
||||
* RecordRef: A pointer to an uninitialized DNSRecordRef. Upon succesfull completion of this
|
||||
* RecordRef: A pointer to an uninitialized DNSRecordRef. Upon successful completion of this
|
||||
* call, this ref may be passed to DNSServiceUpdateRecord() or DNSServiceRemoveRecord().
|
||||
* If the above DNSServiceRef is passed to DNSServiceRefDeallocate(), RecordRef is also
|
||||
* invalidated and may not be used further.
|
||||
@@ -1624,7 +1624,7 @@ DNSServiceErrorType DNSSD_API DNSServiceCreateConnection(DNSServiceRef *sdRef);
|
||||
*
|
||||
* sdRef: A DNSServiceRef initialized by DNSServiceCreateConnection().
|
||||
*
|
||||
* RecordRef: A pointer to an uninitialized DNSRecordRef. Upon succesfull completion of this
|
||||
* RecordRef: A pointer to an uninitialized DNSRecordRef. Upon successful completion of this
|
||||
* call, this ref may be passed to DNSServiceUpdateRecord() or DNSServiceRemoveRecord().
|
||||
* (To deregister ALL records registered on a single connected DNSServiceRef
|
||||
* and deallocate each of their corresponding DNSServiceRecordRefs, call
|
||||
|
||||
Reference in New Issue
Block a user