mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-24 14:40:53 -04:00
Fix various typos (#8748)
This commit is contained in:
parent
8846880015
commit
880cc230ac
25 changed files with 43 additions and 43 deletions
|
@ -433,7 +433,7 @@ bool SSHAgent::listIdentities(QList<QSharedPointer<OpenSSHKey>>& list)
|
|||
* Check if this identity is loaded in the SSH Agent.
|
||||
*
|
||||
* @param key identity to remove
|
||||
* @param loaded is the key laoded
|
||||
* @param loaded is the key loaded
|
||||
* @return true on success
|
||||
*/
|
||||
bool SSHAgent::checkIdentity(const OpenSSHKey& key, bool& loaded)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue