diff options
author | Joas Schilling <coding@schilljs.com> | 2022-10-04 11:42:24 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-10-04 11:42:24 +0200 |
commit | 82b98b4b9b695ba3c98a08a90c113c07ba88f900 (patch) | |
tree | 8166e0efa6caf1854f6693ad3edaa5c68ba10fa9 /lib/public/Defaults.php | |
parent | ade1c1e99b53f5c338e3ac2b6107a2da89fcc6b8 (diff) | |
download | nextcloud-server-82b98b4b9b695ba3c98a08a90c113c07ba88f900.tar.gz nextcloud-server-82b98b4b9b695ba3c98a08a90c113c07ba88f900.zip |
Fix typo in deprecated
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/public/Defaults.php')
-rw-r--r-- | lib/public/Defaults.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Defaults.php b/lib/public/Defaults.php index 7c6d73bcaea..cbef0ec79a4 100644 --- a/lib/public/Defaults.php +++ b/lib/public/Defaults.php @@ -135,7 +135,7 @@ class Defaults { * name of your ownCloud instance containing HTML styles * @return string * @since 8.0.0 - * @depreacted 22.0.0 + * @deprecated 22.0.0 */ public function getHTMLName(): string { return $this->defaults->getHTMLName(); |