[PR #3959] [MERGED] Fix typos #12225

Closed
opened 2026-04-20 15:34:50 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: fix-typos


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/3959 **Author:** [@catuhana](https://github.com/catuhana) **Created:** 10/5/2023 **Status:** ✅ Merged **Merged:** 10/8/2023 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `fix-typos` --- ### 📝 Commits (2) - [`3d4be24`](https://github.com/dani-garcia/vaultwarden/commit/3d4be24902983a94a601aabe016d6e773e888cd9) Fix typos - [`480bf9b`](https://github.com/dani-garcia/vaultwarden/commit/480bf9b0c1ce9bfb98db084b7426dad6e6e5d2df) `our selves` -> `ourselves` ### 📊 Changes **12 files changed** (+26 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 15:34:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#12225