mirror of
https://github.com/monero-project/monero.git
synced 2025-08-22 09:29:34 -04:00
Merge pull request #2153
35d68b2c
Fix spelling errors (Erik de Castro Lopo)
This commit is contained in:
commit
04591af7fd
8 changed files with 19 additions and 19 deletions
|
@ -101,7 +101,7 @@ public:
|
|||
*
|
||||
* @return A vector of strings containing a TXT record; or an empty vector
|
||||
*/
|
||||
// TODO: modify this to accomodate DNSSEC
|
||||
// TODO: modify this to accommodate DNSSEC
|
||||
std::vector<std::string> get_txt_record(const std::string& url, bool& dnssec_available, bool& dnssec_valid);
|
||||
|
||||
/**
|
||||
|
@ -142,7 +142,7 @@ private:
|
|||
*
|
||||
* @return A vector of strings containing the requested record; or an empty vector
|
||||
*/
|
||||
// TODO: modify this to accomodate DNSSEC
|
||||
// TODO: modify this to accommodate DNSSEC
|
||||
std::vector<std::string> get_record(const std::string& url, int record_type, std::string (*reader)(const char *,size_t), bool& dnssec_available, bool& dnssec_valid);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue