Bladeren bron

Merge pull request #7281 from Kuuuna98/Fix_typo

Fixed a typo in a comment
Andy Scherzinger 4 jaren geleden
bovenliggende
commit
1767d35535
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      src/main/java/com/nextcloud/client/preferences/AppPreferencesImpl.java

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

@@ -45,7 +45,7 @@ import static com.owncloud.android.ui.fragment.OCFileListFragment.FOLDER_LAYOUT_
 /**
  * Implementation of application-wide preferences using {@link SharedPreferences}.
  *
- * Users should not use this class directly. Please use {@link AppPreferences} interafce
+ * Users should not use this class directly. Please use {@link AppPreferences} interface
  * instead.
  */
 public final class AppPreferencesImpl implements AppPreferences {