Original PR: https://github.com/dani-garcia/vaultwarden/pull/3959 Author: @catuhana Created: 10/5/2023 Status: ✅ Merged Merged: 10/8/2023 Merged by: @dani-garcia
Base: main ← Head: fix-typos
main
fix-typos
3d4be24
480bf9b
our selves
ourselves
12 files changed (+26 additions, -26 deletions)
📝 build.rs (+1 -1) 📝 src/api/core/accounts.rs (+4 -4) 📝 src/api/core/ciphers.rs (+3 -3) 📝 src/api/core/emergency_access.rs (+1 -1) 📝 src/api/core/organizations.rs (+4 -4) 📝 src/api/core/two_factor/authenticator.rs (+1 -1) 📝 src/api/icons.rs (+3 -3) 📝 src/api/identity.rs (+1 -1) 📝 src/api/push.rs (+2 -2) 📝 src/api/web.rs (+1 -1) 📝 src/config.rs (+3 -3) 📝 src/db/models/organization.rs (+2 -2)
build.rs
src/api/core/accounts.rs
src/api/core/ciphers.rs
src/api/core/emergency_access.rs
src/api/core/organizations.rs
src/api/core/two_factor/authenticator.rs
src/api/icons.rs
src/api/identity.rs
src/api/push.rs
src/api/web.rs
src/config.rs
src/db/models/organization.rs
Fixes typos in the code base, mostly comments.
There's also a typo at https://github.com/dani-garcia/vaultwarden/blob/bc26bfa589c007da9b9be37e1172060f38a948b9/src/api/notifications.rs#L568 but I'm not sure if it is intentional or not, so I left it unfixed for now.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/3959
Author: @catuhana
Created: 10/5/2023
Status: ✅ Merged
Merged: 10/8/2023
Merged by: @dani-garcia
Base:
main← Head:fix-typos📝 Commits (2)
3d4be24Fix typos480bf9bour selves->ourselves📊 Changes
12 files changed (+26 additions, -26 deletions)
View changed files
📝
build.rs(+1 -1)📝
src/api/core/accounts.rs(+4 -4)📝
src/api/core/ciphers.rs(+3 -3)📝
src/api/core/emergency_access.rs(+1 -1)📝
src/api/core/organizations.rs(+4 -4)📝
src/api/core/two_factor/authenticator.rs(+1 -1)📝
src/api/icons.rs(+3 -3)📝
src/api/identity.rs(+1 -1)📝
src/api/push.rs(+2 -2)📝
src/api/web.rs(+1 -1)📝
src/config.rs(+3 -3)📝
src/db/models/organization.rs(+2 -2)📄 Description
Fixes typos in the code base, mostly comments.
There's also a typo at https://github.com/dani-garcia/vaultwarden/blob/bc26bfa589c007da9b9be37e1172060f38a948b9/src/api/notifications.rs#L568 but I'm not sure if it is intentional or not, so I left it unfixed for now.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.