chore: fix typos (#216562)

Signed-off-by: snoppy <michaleli@foxmail.com>
This commit is contained in:
Snoppy
2024-06-28 04:01:19 +08:00
committed by GitHub
parent 973dc3065b
commit 8d54ffc9f6
5 changed files with 8 additions and 8 deletions

View File

@@ -287,7 +287,7 @@ impl StorageImplementation for ThreadKeyringStorage {
#[derive(Default)]
struct KeyringStorage {
// keywring storage can be split into multiple entries due to entry length limits
// keyring storage can be split into multiple entries due to entry length limits
// on Windows https://github.com/microsoft/vscode-cli/issues/358
entries: Vec<keyring::Entry>,
}