aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorwithbest <seekseat@outlook.com>2024-07-29 14:43:27 +0800
committerwithbest <seekseat@outlook.com>2024-07-29 14:43:27 +0800
commitdd08f9320249d8ac7bf96f338a5be70d60af1dce (patch)
treea1c45c5f1663e72a8591ad6e0d57bc2a05c7e7b6 /lib/public
parent8f235982c9d4380065ba2568b6185c4ceefaa9fa (diff)
downloadnextcloud-server-dd08f9320249d8ac7bf96f338a5be70d60af1dce.tar.gz
nextcloud-server-dd08f9320249d8ac7bf96f338a5be70d60af1dce.zip
chore: fix some comments
Signed-off-by: withbest <seekseat@outlook.com>
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/Remote/IInstance.php2
-rw-r--r--lib/public/Share_Backend_Collection.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/Remote/IInstance.php b/lib/public/Remote/IInstance.php
index a3c45b396e8..47c10cb4ac1 100644
--- a/lib/public/Remote/IInstance.php
+++ b/lib/public/Remote/IInstance.php
@@ -21,7 +21,7 @@ interface IInstance {
public function getUrl();
/**
- * @return string The of of the remote server with protocol
+ * @return string The of the remote server with protocol
*
* @since 13.0.0
* @deprecated 23.0.0
diff --git a/lib/public/Share_Backend_Collection.php b/lib/public/Share_Backend_Collection.php
index 3c3c42ce9f9..8dbe07db851 100644
--- a/lib/public/Share_Backend_Collection.php
+++ b/lib/public/Share_Backend_Collection.php
@@ -11,7 +11,7 @@
namespace OCP;
/**
- * Interface for collections of of items implemented by another share backend.
+ * Interface for collections of items implemented by another share backend.
* Extends the Share_Backend interface.
* @since 5.0.0
*/