diff --git a/Source/IO/xIO.cpp b/Source/IO/xIO.cpp index c4c695048a67430fec06f4b64ad08d5e63cf56ec..d3e56b7a5fa7fb8dd72cab7442eca4b4d283665b 100644 --- a/Source/IO/xIO.cpp +++ b/Source/IO/xIO.cpp @@ -1,4 +1,4 @@ -/*************************************************************************************************** +/*************************************************************************************************** * Copyright 2024 x-tools-author(x-tools@outlook.com). All rights reserved. * * The file is encoded using "utf8 with bom", it is a part of eTools project. @@ -744,7 +744,7 @@ QList xIO::supportedTransferTypes() QString xIO::transferTypeName(int type) { if (type == static_cast(TransferType::Disabled)) { - return tr("Diabled"); + return tr("Disabled"); } else if (type == static_cast(TransferType::Bidirectional)) { return tr("Bidirectional"); } else if (type == static_cast(TransferType::Unidirectional)) {