misc. typo fixes

non-user-facing trivial source comment fixes
This commit is contained in:
luzpaz 2017-08-18 16:18:55 -04:00
parent b2107b5e27
commit 09d6d3c545
3 changed files with 4 additions and 4 deletions

View file

@ -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));
}