Update TrackSelectionDialog.java

Fix a super tiny typo.
This commit is contained in:
Nam Nguyen Hoai 2019-07-02 18:04:08 +09:00 committed by GitHub
parent 9905432546
commit a5fd774647
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -306,7 +306,7 @@ public final class TrackSelectionDialog extends DialogFragment {
} }
} }
/** Fragment to show a track seleciton in tab of the track selection dialog. */ /** Fragment to show a track selection in tab of the track selection dialog. */
public static final class TrackSelectionViewFragment extends Fragment public static final class TrackSelectionViewFragment extends Fragment
implements TrackSelectionView.TrackSelectionListener { implements TrackSelectionView.TrackSelectionListener {