aboutsummaryrefslogtreecommitdiff
path: root/sldns/wire2str.h
diff options
context:
space:
mode:
Diffstat (limited to 'sldns/wire2str.h')
-rw-r--r--sldns/wire2str.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sldns/wire2str.h b/sldns/wire2str.h
index b1ad459e3780..548c66300d92 100644
--- a/sldns/wire2str.h
+++ b/sldns/wire2str.h
@@ -59,7 +59,7 @@ char* sldns_wire2str_pkt(uint8_t* data, size_t len);
char* sldns_wire2str_rr(uint8_t* rr, size_t len);
/**
- * Conver wire dname to a string.
+ * Convert wire dname to a string.
* @param dname: the dname in uncompressed wireformat.
* @param dname_len: length of the dname.
* @return string or NULL on failure.