mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-21 22:18:43 -04:00
Fix various typos (#8748)
This commit is contained in:
parent
8846880015
commit
880cc230ac
25 changed files with 43 additions and 43 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue