Skip to content

Commit 331a2de

Browse files
stoeckmanndroidmonkey
authored andcommitted
Fix typos
Typos found with hunspell and during file investigation.
1 parent 967dc59 commit 331a2de

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/topics/DatabaseOperations.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ NOTE: On Windows, you will be prompted to authenticate to Windows Hello after un
7575
.Windows Hello example
7676
image::quick_unlock_windows_hello.png[]
7777

78-
When your database is locked, you will see the following unlock dialog. Simply press kbd:[Enter] or click on _Unlock Database_ to initiate the biometric authentication process. If you are using a hardware key (e.g. Yubikey), it must be connected to your computer to complete the unlock.
78+
When your database is locked, you will see the following unlock dialog. Simply press kbd:[Enter] or click on _Unlock Database_ to initiate the biometric authentication process. If you are using a hardware key (e.g. YubiKey), it must be connected to your computer to complete the unlock.
7979

8080
.Quick Unlock
8181
image::quick_unlock.png[]

docs/topics/Reference.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ This section contains full details on advanced features available in KeePassXC.
1818
|{NOTES} |Notes
1919
|{TOTP} |Current TOTP value (if configured)
2020
|{S:<ATTRIBUTE_NAME>} |Value for the given attribute (case sensitive)
21-
|{T-CONV:/<PLACEHOLDER>/<METHOD>/} |Text conversion for resolved placeholder (eg, {USERNAME}) using the following methods: UPPER, LOWER, BASE64, HEX, URI, URI-DEC
22-
|{T-REPLACE-RX:/<PLACEHOLDER>/<REGEX>/<REPLACE>/} |Use a regular expression to find and replace data from a resolved placeholder (eg, {USERNAME}). Refer to match groups using $1, $2, etc.
21+
|{T-CONV:/<PLACEHOLDER>/<METHOD>/} |Text conversion for resolved placeholder (e.g., {USERNAME}) using the following methods: UPPER, LOWER, BASE64, HEX, URI, URI-DEC
22+
|{T-REPLACE-RX:/<PLACEHOLDER>/<REGEX>/<REPLACE>/} |Use a regular expression to find and replace data from a resolved placeholder (e.g., {USERNAME}). Refer to match groups using $1, $2, etc.
2323
|{URL:RMVSCM} |URL without scheme (e.g., https)
2424
|{URL:WITHOUTSCHEME} |URL without scheme
2525
|{URL:SCM} |URL Scheme

src/sshagent/KeeAgentSettings.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ void KeeAgentSettings::toEntry(Entry* entry) const
379379
}
380380

381381
/**
382-
* Test if a SSH key is currently set to be used
382+
* Test if an SSH key is currently set to be used
383383
*
384384
* @return true if key is configured
385385
*/
@@ -393,7 +393,7 @@ bool KeeAgentSettings::keyConfigured() const
393393
}
394394

395395
/**
396-
* Read a SSH key based on settings from entry to key.
396+
* Read an SSH key based on settings from entry to key.
397397
*
398398
* Sets error string on error.
399399
*
@@ -409,7 +409,7 @@ bool KeeAgentSettings::toOpenSSHKey(const Entry* entry, OpenSSHKey& key, bool de
409409
}
410410

411411
/**
412-
* Read a SSH key based on settings to key.
412+
* Read an SSH key based on settings to key.
413413
*
414414
* Sets error string on error.
415415
*

0 commit comments

Comments
 (0)