Browse Source

Merge pull request #7268 from aqaqsubin/Fix_Typing_Error

Fix AppPreferences Comment Typing Error
Andy Scherzinger 4 years ago
parent
commit
33ede0b617

+ 1 - 1
src/main/java/com/nextcloud/client/preferences/AppPreferences.java

@@ -35,7 +35,7 @@ public interface AppPreferences {
     /**
      * Preferences listener. Callbacks should be invoked on main thread.
      *
-     * Miantainers should extend this interface with callbacks for specific
+     * Maintainers should extend this interface with callbacks for specific
      * events.
      */
     interface Listener {