aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2024-09-27 15:41:26 +0200
committerRobin Appelman <robin@icewind.nl>2024-10-04 15:56:31 +0200
commit103b464eea63a678ab420f1d2f7c7cb74bdb9b71 (patch)
tree8c8b86db3a5f3832e10c6baa482516b2fff09c6b /lib
parent53b1bc5eb71547905e461bb6b207cfeca03f3466 (diff)
downloadnextcloud-server-103b464eea63a678ab420f1d2f7c7cb74bdb9b71.tar.gz
nextcloud-server-103b464eea63a678ab420f1d2f7c7cb74bdb9b71.zip
fix: use nc's binary finding logic for smbsmb-systembridge
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib')
-rw-r--r--lib/public/IBinaryFinder.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/IBinaryFinder.php b/lib/public/IBinaryFinder.php
index 3224ef523ed..28cb62e5c56 100644
--- a/lib/public/IBinaryFinder.php
+++ b/lib/public/IBinaryFinder.php
@@ -11,7 +11,7 @@ namespace OCP;
/**
* Service that find the binary path for a program.
*
- * This interface should be injected via depency injection and must
+ * This interface should be injected via dependency injection and must
* not be implemented in applications.
*
* @since 25.0.0