From a27634ab66d1b009b99bcfe0905500d9e7776e6a Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 23 Feb 2017 11:33:01 -0500 Subject: [PATCH] Corrected spelling of Destination --- common/mac.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/mac.cpp b/common/mac.cpp index 3a7df21..c1daf43 100644 --- a/common/mac.cpp +++ b/common/mac.cpp @@ -143,7 +143,7 @@ QVariant MacProtocol::fieldData(int index, FieldAttrib attrib, switch(attrib) { case FieldName: - return QString("Desination"); + return QString("Destination"); case FieldValue: return dstMac; case FieldTextValue: