diff options
author | withbest <seekseat@outlook.com> | 2024-07-29 14:43:27 +0800 |
---|---|---|
committer | withbest <seekseat@outlook.com> | 2024-07-29 14:43:27 +0800 |
commit | dd08f9320249d8ac7bf96f338a5be70d60af1dce (patch) | |
tree | a1c45c5f1663e72a8591ad6e0d57bc2a05c7e7b6 /lib/private/Files/Storage | |
parent | 8f235982c9d4380065ba2568b6185c4ceefaa9fa (diff) | |
download | nextcloud-server-dd08f9320249d8ac7bf96f338a5be70d60af1dce.tar.gz nextcloud-server-dd08f9320249d8ac7bf96f338a5be70d60af1dce.zip |
chore: fix some comments
Signed-off-by: withbest <seekseat@outlook.com>
Diffstat (limited to 'lib/private/Files/Storage')
-rw-r--r-- | lib/private/Files/Storage/Wrapper/Encryption.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Files/Storage/Wrapper/Encryption.php b/lib/private/Files/Storage/Wrapper/Encryption.php index 5c7862e8226..b8893d32c36 100644 --- a/lib/private/Files/Storage/Wrapper/Encryption.php +++ b/lib/private/Files/Storage/Wrapper/Encryption.php @@ -469,7 +469,7 @@ class Encryption extends Wrapper { /** - * perform some plausibility checks if the the unencrypted size is correct. + * perform some plausibility checks if the unencrypted size is correct. * If not, we calculate the correct unencrypted size and return it * * @param string $path internal path relative to the storage root |