diff options
author | Robin Appelman <robin@icewind.nl> | 2024-09-27 15:41:26 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2024-10-04 15:56:31 +0200 |
commit | 103b464eea63a678ab420f1d2f7c7cb74bdb9b71 (patch) | |
tree | 8c8b86db3a5f3832e10c6baa482516b2fff09c6b /lib | |
parent | 53b1bc5eb71547905e461bb6b207cfeca03f3466 (diff) | |
download | nextcloud-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.php | 2 |
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 |