summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortuhana <[email protected]>2023-10-07 22:07:38 +0300
committertuhana <[email protected]>2023-10-07 22:07:38 +0300
commit480bf9b0c1ce9bfb98db084b7426dad6e6e5d2df (patch)
treeb45033fdc505aac722ab8e5b6e4181638671ff71 /src
parent3d4be24902983a94a601aabe016d6e773e888cd9 (diff)
downloadvaultwarden-480bf9b0c1ce9bfb98db084b7426dad6e6e5d2df.tar.gz
vaultwarden-480bf9b0c1ce9bfb98db084b7426dad6e6e5d2df.zip
`our selves` -> `ourselves`
Diffstat (limited to 'src')
-rw-r--r--src/api/core/organizations.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/core/organizations.rs b/src/api/core/organizations.rs
index 386a9a6d..163c42ef 100644
--- a/src/api/core/organizations.rs
+++ b/src/api/core/organizations.rs
@@ -2897,7 +2897,7 @@ async fn put_reset_password_enrollment(
// This is a new function active since the v2022.9.x clients.
// It combines the previous two calls done before.
-// We call those two functions here and combine them our selves.
+// We call those two functions here and combine them ourselves.
//
// NOTE: It seems clients can't handle uppercase-first keys!!
// We need to convert all keys so they have the first character to be a lowercase.