fix typo
This commit is contained in:
parent
decf36301d
commit
bad2ae2fb5
1 changed files with 1 additions and 1 deletions
|
@ -591,7 +591,7 @@ public class WaypointHelper {
|
|||
}
|
||||
|
||||
public boolean showFavorites() {
|
||||
return app.getSettings().SHOW_NEARBY_FAVORIES.get();
|
||||
return app.getSettings().SHOW_NEARBY_FAVORITES.get();
|
||||
}
|
||||
|
||||
public boolean announceFavorites() {
|
||||
|
|
Loading…
Reference in a new issue