aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2017-07-05 17:53:16 +1000
committerErik de Castro Lopo <erikd@mega-nerd.com>2017-07-05 17:53:16 +1000
commit35d68b2c6d0914e24d07873c514baac68b0079a7 (patch)
treef59dd27a3385f4f222b6caa6ad6db32f7f31ccb8 /src/common
parentMerge pull request #2130 (diff)
downloadmonero-35d68b2c6d0914e24d07873c514baac68b0079a7.tar.xz
Fix spelling errors
Diffstat (limited to 'src/common')
-rw-r--r--src/common/dns_utils.h4
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);
/**