From 196dfae4149e7040dfb93edcd2a8b8605c4b7974 Mon Sep 17 00:00:00 2001 From: Sebastian G Date: Sun, 23 Oct 2022 14:35:34 +0200 Subject: [PATCH] Spelling fixes --- SandboxiePlus/MiscHelpers/Common/Xml.cpp | 10 +++++----- SandboxiePlus/QtSingleApp/INSTALL.TXT | 2 +- SandboxiePlus/QtSingleApp/README.TXT | 2 +- SandboxiePlus/QtSingleApp/src/qtlockedfile.cpp | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/SandboxiePlus/MiscHelpers/Common/Xml.cpp b/SandboxiePlus/MiscHelpers/Common/Xml.cpp index 6418c0e3..cb173dda 100644 --- a/SandboxiePlus/MiscHelpers/Common/Xml.cpp +++ b/SandboxiePlus/MiscHelpers/Common/Xml.cpp @@ -221,7 +221,7 @@ bool CXml::Parse(QString &Name, QVariant &Variant, QXmlStreamReader &xml, bool b /* SQVariants provides a lookup list of all known QVariant types for to/from string conversion * -* Note: All commented out types dont have native to string converion +* Note: All commented out types don't have native to string conversion * If there is a need to use them a manual conversion must be implemented in CXml */ struct SQVariants{ @@ -236,10 +236,10 @@ struct SQVariants{ Map.insert("ULongLong" , QVariant::ULongLong); Map.insert("Double" , QVariant::Double); Map.insert("Char" , QVariant::Char); - Map.insert("Map" , QVariant::Map); // conainter type - Map.insert("List" , QVariant::List); // conainter type + Map.insert("Map" , QVariant::Map); // container type + Map.insert("List" , QVariant::List); // container type Map.insert("String" , QVariant::String); - Map.insert("StringList" , QVariant::StringList); // conainter type + Map.insert("StringList" , QVariant::StringList); // container type Map.insert("ByteArray" , QVariant::ByteArray); //Map.insert("BitArray" , QVariant::BitArray); Map.insert("Date" , QVariant::Date); @@ -286,4 +286,4 @@ struct SQVariants{ } SQVariants; QString CXml::GetTypeStr(int Type) {return SQVariants.Map.key(Type, "Invalid");} -QVariant::Type CXml::GetType(QString Type) {return (QVariant::Type)SQVariants.Map.value(Type, 0);} \ No newline at end of file +QVariant::Type CXml::GetType(QString Type) {return (QVariant::Type)SQVariants.Map.value(Type, 0);} diff --git a/SandboxiePlus/QtSingleApp/INSTALL.TXT b/SandboxiePlus/QtSingleApp/INSTALL.TXT index bbb74a9d..0ee84555 100644 --- a/SandboxiePlus/QtSingleApp/INSTALL.TXT +++ b/SandboxiePlus/QtSingleApp/INSTALL.TXT @@ -239,7 +239,7 @@ Using the component as a DLL Uninstalling ------------ - The following command will remove any fils that have been + The following command will remove any files that have been automatically placed outside the package directory itself during installation and building diff --git a/SandboxiePlus/QtSingleApp/README.TXT b/SandboxiePlus/QtSingleApp/README.TXT index 06abb095..2c1b0723 100644 --- a/SandboxiePlus/QtSingleApp/README.TXT +++ b/SandboxiePlus/QtSingleApp/README.TXT @@ -25,7 +25,7 @@ Version history: 2.6: - - initialize() is now obsolete, no longer necessary to call it - - - Fixed race condition where multiple instances migth be started + - - Fixed race condition where multiple instances might be started - - QtSingleCoreApplication variant provided for non-GUI (console) usage - Complete reimplementation. Visible changes: diff --git a/SandboxiePlus/QtSingleApp/src/qtlockedfile.cpp b/SandboxiePlus/QtSingleApp/src/qtlockedfile.cpp index c142a863..b1d71f72 100644 --- a/SandboxiePlus/QtSingleApp/src/qtlockedfile.cpp +++ b/SandboxiePlus/QtSingleApp/src/qtlockedfile.cpp @@ -158,8 +158,8 @@ QtLockedFile::LockMode QtLockedFile::lockMode() const can be locked. If \a block is true, this function will block until the lock is - aquired. If \a block is false, this function returns \e false - immediately if the lock cannot be aquired. + acquired. If \a block is false, this function returns \e false + immediately if the lock cannot be acquired. If this object already has a lock of type \a mode, this function returns \e true immediately. If this object has a lock of a