mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-22 16:00:38 -05:00
misc. typo fixes
non-user-facing trivial source comment fixes
This commit is contained in:
parent
b2107b5e27
commit
09d6d3c545
3 changed files with 4 additions and 4 deletions
|
|
@ -588,7 +588,7 @@ Entry* Entry::clone(CloneFlags flags) const
|
|||
entry->m_attachments->copyDataFrom(m_attachments);
|
||||
|
||||
if (flags & CloneUserAsRef) {
|
||||
// Build the username refrence
|
||||
// Build the username reference
|
||||
QString username = "{REF:U@I:" + m_uuid.toHex() + "}";
|
||||
entry->m_attributes->set(EntryAttributes::UserNameKey, username.toUpper(), m_attributes->isProtected(EntryAttributes::UserNameKey));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue