summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-05-22 15:11:32 +0200
committerMorris Jobke <hey@morrisjobke.de>2018-05-22 15:11:32 +0200
commit96efc42584146a7cb135c155ea01d686e7dff91c (patch)
treefb1e30f3075e49d73e83b45b57d398f0d68ea69c /lib
parent9f064b08b3df4817d3c2fdc608a708827df8b0ae (diff)
downloadnextcloud-server-96efc42584146a7cb135c155ea01d686e7dff91c.tar.gz
nextcloud-server-96efc42584146a7cb135c155ea01d686e7dff91c.zip
Fix PHPDoc
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib')
-rw-r--r--lib/public/Util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Util.php b/lib/public/Util.php
index 0e32d8473a5..27b703ea2d8 100644
--- a/lib/public/Util.php
+++ b/lib/public/Util.php
@@ -82,7 +82,7 @@ class Util {
private static $shareManager;
/**
- * get the current installed version of ownCloud
+ * get the current installed version of Nextcloud
* @return array
* @since 4.0.0
*/