diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-09-06 10:28:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-06 10:28:26 +0200 |
commit | ba99f1ca0ffd128c1cd3d13c0a5735fe14bc12e5 (patch) | |
tree | e417a60ccd830738dae1a6adc6b778fb0c4548ab /apps/encryption | |
parent | 405edfa90c851937af13e26a82754310ded0072a (diff) | |
parent | 9d26671f05275055619960a66981201ed660bdd2 (diff) | |
download | nextcloud-server-ba99f1ca0ffd128c1cd3d13c0a5735fe14bc12e5.tar.gz nextcloud-server-ba99f1ca0ffd128c1cd3d13c0a5735fe14bc12e5.zip |
Merge pull request #33895 from nextcloud/fix/fix-apps-typos
Fix typos in apps/ subdirectory
Diffstat (limited to 'apps/encryption')
-rw-r--r-- | apps/encryption/lib/KeyManager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/encryption/lib/KeyManager.php b/apps/encryption/lib/KeyManager.php index ffd07c0f323..2c6487d062a 100644 --- a/apps/encryption/lib/KeyManager.php +++ b/apps/encryption/lib/KeyManager.php @@ -623,7 +623,7 @@ class KeyManager { } /** - * creat a backup of the users private and public key and then delete it + * create a backup of the users private and public key and then delete it * * @param string $uid */ |