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 | |
| parent | f6ee93e21422b07b53617ce101d09ab86bcdf02c (diff) | |
| parent | 35d68b2c6d0914e24d07873c514baac68b0079a7 (diff) | |
| download | monzero-core-04591af7fd48e5795b98292095619377845933e1.tar.gz monzero-core-04591af7fd48e5795b98292095619377845933e1.tar.xz monzero-core-04591af7fd48e5795b98292095619377845933e1.zip | |
Merge pull request #2153
35d68b2c Fix spelling errors (Erik de Castro Lopo)
Diffstat (limited to 'src/common')
| -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); /** |
