Skip to content

Commit 3d4e80f

Browse files
committed
Merge pull request #14 from lidi/master
Fix typo
2 parents 1dadd27 + 3f0a2ff commit 3d4e80f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/com/github/pedrovgs/effectiveandroidui/ui/renderer/tvshow/TvShowRenderer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ private void renderTitle(TvShow tvShow) {
9191
}
9292

9393
private void renderSeasonCounter(TvShow tvShow) {
94-
String seassons = context.getString(R.string.seasons_counter, tvShow.getNumberOfSeasons());
95-
seasonsCounterTextView.setText(seassons);
94+
String seasons = context.getString(R.string.seasons_counter, tvShow.getNumberOfSeasons());
95+
seasonsCounterTextView.setText(seasons);
9696
}
9797
}

0 commit comments

Comments
 (0)