mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 04:57:39 +03:00
Fix various typos (#8748)
This commit is contained in:
parent
8846880015
commit
880cc230ac
25 changed files with 43 additions and 43 deletions
|
@ -115,7 +115,7 @@ void TestEntry::testClone()
|
|||
QScopedPointer<Entry> entryCloneRename(entryOrg->clone(Entry::CloneRenameTitle));
|
||||
QCOMPARE(entryCloneRename->uuid(), entryOrg->uuid());
|
||||
QCOMPARE(entryCloneRename->title(), QString("New Title - Clone"));
|
||||
// Cloning should not modify time info unless explicity requested
|
||||
// Cloning should not modify time info unless explicitly requested
|
||||
QCOMPARE(entryCloneRename->timeInfo(), entryOrg->timeInfo());
|
||||
|
||||
QScopedPointer<Entry> entryCloneResetTime(entryOrg->clone(Entry::CloneResetTimeInfo));
|
||||
|
|
|
@ -69,7 +69,7 @@ void TestFdoSecrets::testSpecialCharsInAttributeValue()
|
|||
e2->setTitle("titleB");
|
||||
e2->attributes()->set("testAttribute", "Abc:*+.-");
|
||||
|
||||
// search for custom entries via programatic API
|
||||
// search for custom entries via programmatic API
|
||||
{
|
||||
const auto term = Collection::attributeToTerm("testAttribute", "OAuth::[test.name@gmail.com]");
|
||||
const auto res = EntrySearcher().search({term}, root.data());
|
||||
|
|
|
@ -79,7 +79,7 @@ void TestMerge::testMergeIntoNew()
|
|||
}
|
||||
|
||||
/**
|
||||
* Merging when no changes occured should not
|
||||
* Merging when no changes occurred should not
|
||||
* have any side effect.
|
||||
*/
|
||||
void TestMerge::testMergeNoChanges()
|
||||
|
|
|
@ -418,7 +418,7 @@ void TestGuiFdoSecrets::testServiceSearchBlockingUnlockMultiple()
|
|||
VERIFY(service);
|
||||
|
||||
// when there are multiple locked databases,
|
||||
// repeatly show the dialog until there is at least one unlocked collection
|
||||
// repeatedly show the dialog until there is at least one unlocked collection
|
||||
FdoSecrets::settings()->setUnlockBeforeSearch(true);
|
||||
|
||||
// when only unlocking the one with no exposed group, a second dialog is shown
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue