From 5ff2f348a02668c8cfce3403c16d5d341655dc5b Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 3 Jan 2018 17:27:41 +0100 Subject: [PATCH] Fixed comment typo --- src/dorkbox/network/dns/records/TSIGRecord.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dorkbox/network/dns/records/TSIGRecord.java b/src/dorkbox/network/dns/records/TSIGRecord.java index ea5f02d0..f47984b5 100644 --- a/src/dorkbox/network/dns/records/TSIGRecord.java +++ b/src/dorkbox/network/dns/records/TSIGRecord.java @@ -22,7 +22,7 @@ import dorkbox.util.OS; * sender and receiver of a message, using a shared key. * * @author Brian Wellington - * @see TSIGm + * @see TSIG */ public