File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/cryptomator/integrations/revealpath Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ public interface RevealPathService {
1010 /**
1111 * Loads all supported service providers.
1212 *
13- * @return Stream of supported RevealPathsService implementations (may be empty)
13+ * @return Stream of supported RevealPathService implementations (may be empty)
1414 */
1515 static Stream <RevealPathService > get () {
1616 return IntegrationsLoader .loadAll (RevealPathService .class ).filter (RevealPathService ::isSupported );
@@ -19,7 +19,7 @@ static Stream<RevealPathService> get() {
1919 /**
2020 * Reveal the path in the system default file manager.
2121 * <p>
22- * If the path points to a file, the parent of the file is openend and file is selected in the file manager window.
22+ * If the path points to a file, the parent of the file is opened and the file is selected in the file manager window.
2323 * If the path points to a directory, the directory is opened and its content shown in the file manager window.
2424 *
2525 * @param p Path to reveal
You can’t perform that action at this time.
0 commit comments