Просмотр исходного кода

Merge pull request #7281 from Kuuuna98/Fix_typo

Fixed a typo in a comment
Andy Scherzinger 4 лет назад
Родитель
Сommit
1767d35535

+ 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 {