Replace 'an unique' with 'a unique'
Unique begins with a "y" sound, hence a unique is correct. Change-Id: I9eb6b4d4c9ddab45af931e97c041c24edf163eca Reviewed-by: Jake Petroules <jake.petroules@qt.io>bb10
parent
8ac9addd94
commit
f6cca6ab8a
|
|
@ -195,7 +195,7 @@ QT_BEGIN_NAMESPACE
|
|||
\inmodule QtDBus
|
||||
\brief Information about one interface on the bus.
|
||||
|
||||
Each interface on D-Bus has an unique \a name, identifying where that interface was defined.
|
||||
Each interface on D-Bus has a unique \a name, identifying where that interface was defined.
|
||||
Interfaces may have annotations, methods, signals and properties, but none are mandatory.
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@
|
|||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
// internal helper. Converts an integer value to an unique string token
|
||||
// internal helper. Converts an integer value to a unique string token
|
||||
template <typename T>
|
||||
struct HexString
|
||||
{
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ EphemeralSecKeychain::EphemeralSecKeychain()
|
|||
{
|
||||
const auto uuid = QUuid::createUuid();
|
||||
if (uuid.isNull()) {
|
||||
qCWarning(lcSsl) << "Failed to create an unique keychain name";
|
||||
qCWarning(lcSsl) << "Failed to create a unique keychain name";
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -689,7 +689,7 @@ void tst_QFileDialog2::completionOnLevelAfterRoot()
|
|||
}
|
||||
}
|
||||
if (testDir.isEmpty())
|
||||
QSKIP("This test requires to have an unique directory of at least six ascii characters under c:/");
|
||||
QSKIP("This test requires to have a unique directory of at least six ascii characters under c:/");
|
||||
#else
|
||||
fd.setFilter(QDir::Hidden | QDir::AllDirs | QDir::Files | QDir::System);
|
||||
fd.setDirectory("/");
|
||||
|
|
|
|||
Loading…
Reference in New Issue