diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-08-07 14:49:15 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-08-07 14:49:15 +0200 |
commit | 04591af7fd48e5795b98292095619377845933e1 (patch) | |
tree | f626f49b3eb2bf1f8750b0e00414d6dea0e5ae15 /src/common/dns_utils.h | |
parent | Merge pull request #2148 (diff) | |
parent | Fix spelling errors (diff) | |
download | monero-04591af7fd48e5795b98292095619377845933e1.tar.xz |
Merge pull request #2153
35d68b2c Fix spelling errors (Erik de Castro Lopo)
Diffstat (limited to 'src/common/dns_utils.h')
-rw-r--r-- | src/common/dns_utils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/dns_utils.h b/src/common/dns_utils.h index 53c0c1c7b..7a093db51 100644 --- a/src/common/dns_utils.h +++ b/src/common/dns_utils.h @@ -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); /** |